Shades of Medium Orchid #B972CB
Tints of Medium Orchid #B972CB
RGB
CMYK
RGB Variations
Color information
#B972CB (or 0xB972CB) is known color: Medium Orchid. HEX triplet: B9, 72 and CB. RGB value is (185,114,203). Sum of RGB (Red+Green+Blue) = 185+114+203=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #B972CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972CB is #468D34. Grayscale: #919191. Windows color (decimal): -4623669 or 13333177. OLE color: 13333177.
HSL color Cylindrical-coordinate representation of color #B972CB: hue angle of 287.87º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B972CB is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 114 | 203 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.20 |
| HSL | 287.87º | 0.46% | 0.62% | - |
| HSV(B) | 287.87º | 0.44% | 0.8% | - |
| XYZ | 36.8 | 26.66 | 59.71 | - |
| YUV | 145.38 | 160.52 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 203 | 0.09 | 0.44 | 0 | 0.20 | 287.87 | 0.46 | 0.62 |
| Hex | B9 | 72 | CB | 9 | 2C | 0 | 14 | 120 | 2E | 3E |
| Octal | 271 | 162 | 313 | 11 | 54 | 0 | 24 | 440 | 56 | 76 |
| Binary | 10111001 | 1110010 | 11001011 | 1001 | 101100 | 0 | 10100 | 100100000 | 101110 | 111110 |
Color Harmonies of #B972CB
Complementary color
Monochromatic Colors of #B972CB
Black with #B972CB
Text Example
Text Example
White with #B972CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B972CB; }
p { color: rgb(185,114,203); }
H1.HeaderClassName
{
color: #B972CB;
}
.AnyTagClassName
{
color: #B972CB;
}
</style>
background-color css
<style>
a { background-color: #B972CB; }
a { background-color: rgb(185,114,203); }
div.DivClassName
{
background-color: #B972CB;
}
.BgClassName
{
background-color: #B972CB;
}
</style>
border-color css
<style>
span { border-color: #B972CB; }
span { border-color: rgb(185,114,203); }
td.TdClassName
{
border-color: #B972CB;
}
.TagClassName
{
border-color: #B972CB;
}
</style>