Shades of Medium Orchid #B975CB
Tints of Medium Orchid #B975CB
RGB
CMYK
RGB Variations
Color information
#B975CB (or 0xB975CB) is known color: Medium Orchid. HEX triplet: B9, 75 and CB. RGB value is (185,117,203). Sum of RGB (Red+Green+Blue) = 185+117+203=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #B975CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B975CB is #468A34. Grayscale: #929292. Windows color (decimal): -4622901 or 13333945. OLE color: 13333945.
HSL color Cylindrical-coordinate representation of color #B975CB: hue angle of 287.44º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B975CB is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 185 | 117 | 203 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.20 |
| HSL | 287.44º | 0.45% | 0.63% | - |
| HSV(B) | 287.44º | 0.42% | 0.8% | - |
| XYZ | 37.15 | 27.35 | 59.82 | - |
| YUV | 147.14 | 159.53 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 117 | 203 | 0.09 | 0.42 | 0 | 0.20 | 287.44 | 0.45 | 0.63 |
| Hex | B9 | 75 | CB | 9 | 2A | 0 | 14 | 11F | 2D | 3F |
| Octal | 271 | 165 | 313 | 11 | 52 | 0 | 24 | 437 | 55 | 77 |
| Binary | 10111001 | 1110101 | 11001011 | 1001 | 101010 | 0 | 10100 | 100011111 | 101101 | 111111 |
Color Harmonies of #B975CB
Complementary color
Monochromatic Colors of #B975CB
Black with #B975CB
Text Example
Text Example
White with #B975CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B975CB; }
p { color: rgb(185,117,203); }
H1.HeaderClassName
{
color: #B975CB;
}
.AnyTagClassName
{
color: #B975CB;
}
</style>
background-color css
<style>
a { background-color: #B975CB; }
a { background-color: rgb(185,117,203); }
div.DivClassName
{
background-color: #B975CB;
}
.BgClassName
{
background-color: #B975CB;
}
</style>
border-color css
<style>
span { border-color: #B975CB; }
span { border-color: rgb(185,117,203); }
td.TdClassName
{
border-color: #B975CB;
}
.TagClassName
{
border-color: #B975CB;
}
</style>