Shades of Medium Orchid #B25DFC
Tints of Medium Orchid #B25DFC
RGB
CMYK
RGB Variations
Color information
#B25DFC (or 0xB25DFC) is known color: Medium Orchid. HEX triplet: B2, 5D and FC. RGB value is (178,93,252). Sum of RGB (Red+Green+Blue) = 178+93+252=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #B25DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25DFC is #4DA203. Grayscale: #878787. Windows color (decimal): -5087748 or 16539058. OLE color: 16539058.
HSL color Cylindrical-coordinate representation of color #B25DFC: hue angle of 272.08º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B25DFC is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 93 | 252 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.01 |
| HSL | 272.08º | 0.96% | 0.68% | - |
| HSV(B) | 272.08º | 0.63% | 0.99% | - |
| XYZ | 39.85 | 24.32 | 94.69 | - |
| YUV | 136.54 | 193.16 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 252 | 0.29 | 0.63 | 0 | 0.01 | 272.08 | 0.96 | 0.68 |
| Hex | B2 | 5D | FC | 1D | 3F | 0 | 1 | 110 | 60 | 44 |
| Octal | 262 | 135 | 374 | 35 | 77 | 0 | 1 | 420 | 140 | 104 |
| Binary | 10110010 | 1011101 | 11111100 | 11101 | 111111 | 0 | 1 | 100010000 | 1100000 | 1000100 |
Color Harmonies of #B25DFC
Complementary color
Monochromatic Colors of #B25DFC
Black with #B25DFC
Text Example
Text Example
White with #B25DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25DFC; }
p { color: rgb(178,93,252); }
H1.HeaderClassName
{
color: #B25DFC;
}
.AnyTagClassName
{
color: #B25DFC;
}
</style>
background-color css
<style>
a { background-color: #B25DFC; }
a { background-color: rgb(178,93,252); }
div.DivClassName
{
background-color: #B25DFC;
}
.BgClassName
{
background-color: #B25DFC;
}
</style>
border-color css
<style>
span { border-color: #B25DFC; }
span { border-color: rgb(178,93,252); }
td.TdClassName
{
border-color: #B25DFC;
}
.TagClassName
{
border-color: #B25DFC;
}
</style>