Shades of Medium Orchid #B25FFC
Tints of Medium Orchid #B25FFC
RGB
CMYK
RGB Variations
Color information
#B25FFC (or 0xB25FFC) is known color: Medium Orchid. HEX triplet: B2, 5F and FC. RGB value is (178,95,252). Sum of RGB (Red+Green+Blue) = 178+95+252=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 95 (37.5% from 255 or 18.10% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #B25FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25FFC is #4DA003. Grayscale: #898989. Windows color (decimal): -5087236 or 16539570. OLE color: 16539570.
HSL color Cylindrical-coordinate representation of color #B25FFC: hue angle of 271.72º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B25FFC is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 95 | 252 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.01 |
| HSL | 271.72º | 0.96% | 0.68% | - |
| HSV(B) | 271.72º | 0.62% | 0.99% | - |
| XYZ | 40.02 | 24.68 | 94.75 | - |
| YUV | 137.72 | 192.5 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 95 | 252 | 0.29 | 0.62 | 0 | 0.01 | 271.72 | 0.96 | 0.68 |
| Hex | B2 | 5F | FC | 1D | 3E | 0 | 1 | 110 | 60 | 44 |
| Octal | 262 | 137 | 374 | 35 | 76 | 0 | 1 | 420 | 140 | 104 |
| Binary | 10110010 | 1011111 | 11111100 | 11101 | 111110 | 0 | 1 | 100010000 | 1100000 | 1000100 |
Color Harmonies of #B25FFC
Complementary color
Monochromatic Colors of #B25FFC
Black with #B25FFC
Text Example
Text Example
White with #B25FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25FFC; }
p { color: rgb(178,95,252); }
H1.HeaderClassName
{
color: #B25FFC;
}
.AnyTagClassName
{
color: #B25FFC;
}
</style>
background-color css
<style>
a { background-color: #B25FFC; }
a { background-color: rgb(178,95,252); }
div.DivClassName
{
background-color: #B25FFC;
}
.BgClassName
{
background-color: #B25FFC;
}
</style>
border-color css
<style>
span { border-color: #B25FFC; }
span { border-color: rgb(178,95,252); }
td.TdClassName
{
border-color: #B25FFC;
}
.TagClassName
{
border-color: #B25FFC;
}
</style>