Shades of Medium Orchid #B952F8
Tints of Medium Orchid #B952F8
RGB
CMYK
RGB Variations
Color information
#B952F8 (or 0xB952F8) is known color: Medium Orchid. HEX triplet: B9, 52 and F8. RGB value is (185,82,248). Sum of RGB (Red+Green+Blue) = 185+82+248=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 82 (32.42% from 255 or 15.92% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: blue. Hex color #B952F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B952F8 is #46AD07. Grayscale: #838383. Windows color (decimal): -4631816 or 16274105. OLE color: 16274105.
HSL color Cylindrical-coordinate representation of color #B952F8: hue angle of 277.23º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B952F8 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 82 | 248 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.03 |
| HSL | 277.23º | 0.92% | 0.65% | - |
| HSV(B) | 277.23º | 0.67% | 0.97% | - |
| XYZ | 39.97 | 23.13 | 91.16 | - |
| YUV | 131.72 | 193.62 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 82 | 248 | 0.25 | 0.67 | 0 | 0.03 | 277.23 | 0.92 | 0.65 |
| Hex | B9 | 52 | F8 | 19 | 43 | 0 | 3 | 115 | 5C | 41 |
| Octal | 271 | 122 | 370 | 31 | 103 | 0 | 3 | 425 | 134 | 101 |
| Binary | 10111001 | 1010010 | 11111000 | 11001 | 1000011 | 0 | 11 | 100010101 | 1011100 | 1000001 |
Color Harmonies of #B952F8
Complementary color
Monochromatic Colors of #B952F8
Black with #B952F8
Text Example
Text Example
White with #B952F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B952F8; }
p { color: rgb(185,82,248); }
H1.HeaderClassName
{
color: #B952F8;
}
.AnyTagClassName
{
color: #B952F8;
}
</style>
background-color css
<style>
a { background-color: #B952F8; }
a { background-color: rgb(185,82,248); }
div.DivClassName
{
background-color: #B952F8;
}
.BgClassName
{
background-color: #B952F8;
}
</style>
border-color css
<style>
span { border-color: #B952F8; }
span { border-color: rgb(185,82,248); }
td.TdClassName
{
border-color: #B952F8;
}
.TagClassName
{
border-color: #B952F8;
}
</style>