Shades of Medium Orchid #B972CD
Tints of Medium Orchid #B972CD
RGB
CMYK
RGB Variations
Color information
#B972CD (or 0xB972CD) is known color: Medium Orchid. HEX triplet: B9, 72 and CD. RGB value is (185,114,205). Sum of RGB (Red+Green+Blue) = 185+114+205=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #B972CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972CD is #468D32. Grayscale: #919191. Windows color (decimal): -4623667 or 13464249. OLE color: 13464249.
HSL color Cylindrical-coordinate representation of color #B972CD: hue angle of 286.81º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B972CD is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 114 | 205 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.20 |
| HSL | 286.81º | 0.48% | 0.63% | - |
| HSV(B) | 286.81º | 0.44% | 0.8% | - |
| XYZ | 37.04 | 26.76 | 60.97 | - |
| YUV | 145.6 | 161.52 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 114 | 205 | 0.10 | 0.44 | 0 | 0.20 | 286.81 | 0.48 | 0.63 |
| Hex | B9 | 72 | CD | A | 2C | 0 | 14 | 11F | 30 | 3F |
| Octal | 271 | 162 | 315 | 12 | 54 | 0 | 24 | 437 | 60 | 77 |
| Binary | 10111001 | 1110010 | 11001101 | 1010 | 101100 | 0 | 10100 | 100011111 | 110000 | 111111 |
Color Harmonies of #B972CD
Complementary color
Monochromatic Colors of #B972CD
Black with #B972CD
Text Example
Text Example
White with #B972CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B972CD; }
p { color: rgb(185,114,205); }
H1.HeaderClassName
{
color: #B972CD;
}
.AnyTagClassName
{
color: #B972CD;
}
</style>
background-color css
<style>
a { background-color: #B972CD; }
a { background-color: rgb(185,114,205); }
div.DivClassName
{
background-color: #B972CD;
}
.BgClassName
{
background-color: #B972CD;
}
</style>
border-color css
<style>
span { border-color: #B972CD; }
span { border-color: rgb(185,114,205); }
td.TdClassName
{
border-color: #B972CD;
}
.TagClassName
{
border-color: #B972CD;
}
</style>