Shades of Medium Orchid #B952CB
Tints of Medium Orchid #B952CB
RGB
CMYK
RGB Variations
Color information
#B952CB (or 0xB952CB) is known color: Medium Orchid. HEX triplet: B9, 52 and CB. RGB value is (185,82,203). Sum of RGB (Red+Green+Blue) = 185+82+203=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #B952CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B952CB is #46AD34. Grayscale: #7E7E7E. Windows color (decimal): -4631861 or 13324985. OLE color: 13324985.
HSL color Cylindrical-coordinate representation of color #B952CB: hue angle of 291.07º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B952CB is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 82 | 203 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.20 |
| HSL | 291.07º | 0.54% | 0.56% | - |
| HSV(B) | 291.07º | 0.6% | 0.8% | - |
| XYZ | 33.8 | 20.66 | 58.71 | - |
| YUV | 126.59 | 171.12 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 82 | 203 | 0.09 | 0.60 | 0 | 0.20 | 291.07 | 0.54 | 0.56 |
| Hex | B9 | 52 | CB | 9 | 3C | 0 | 14 | 123 | 36 | 38 |
| Octal | 271 | 122 | 313 | 11 | 74 | 0 | 24 | 443 | 66 | 70 |
| Binary | 10111001 | 1010010 | 11001011 | 1001 | 111100 | 0 | 10100 | 100100011 | 110110 | 111000 |
Color Harmonies of #B952CB
Complementary color
Monochromatic Colors of #B952CB
Black with #B952CB
Text Example
Text Example
White with #B952CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B952CB; }
p { color: rgb(185,82,203); }
H1.HeaderClassName
{
color: #B952CB;
}
.AnyTagClassName
{
color: #B952CB;
}
</style>
background-color css
<style>
a { background-color: #B952CB; }
a { background-color: rgb(185,82,203); }
div.DivClassName
{
background-color: #B952CB;
}
.BgClassName
{
background-color: #B952CB;
}
</style>
border-color css
<style>
span { border-color: #B952CB; }
span { border-color: rgb(185,82,203); }
td.TdClassName
{
border-color: #B952CB;
}
.TagClassName
{
border-color: #B952CB;
}
</style>