Shades of Medium Orchid #B975CA
Tints of Medium Orchid #B975CA
RGB
CMYK
RGB Variations
Color information
#B975CA (or 0xB975CA) is known color: Medium Orchid. HEX triplet: B9, 75 and CA. RGB value is (185,117,202). Sum of RGB (Red+Green+Blue) = 185+117+202=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #B975CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B975CA is #468A35. Grayscale: #929292. Windows color (decimal): -4622902 or 13268409. OLE color: 13268409.
HSL color Cylindrical-coordinate representation of color #B975CA: hue angle of 288º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B975CA is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 117 | 202 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.21 |
| HSL | 288º | 0.45% | 0.63% | - |
| HSV(B) | 288º | 0.42% | 0.79% | - |
| XYZ | 37.03 | 27.3 | 59.2 | - |
| YUV | 147.02 | 159.03 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 117 | 202 | 0.08 | 0.42 | 0 | 0.21 | 288 | 0.45 | 0.63 |
| Hex | B9 | 75 | CA | 8 | 2A | 0 | 15 | 120 | 2D | 3F |
| Octal | 271 | 165 | 312 | 10 | 52 | 0 | 25 | 440 | 55 | 77 |
| Binary | 10111001 | 1110101 | 11001010 | 1000 | 101010 | 0 | 10101 | 100100000 | 101101 | 111111 |
Color Harmonies of #B975CA
Complementary color
Monochromatic Colors of #B975CA
Black with #B975CA
Text Example
Text Example
White with #B975CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B975CA; }
p { color: rgb(185,117,202); }
H1.HeaderClassName
{
color: #B975CA;
}
.AnyTagClassName
{
color: #B975CA;
}
</style>
background-color css
<style>
a { background-color: #B975CA; }
a { background-color: rgb(185,117,202); }
div.DivClassName
{
background-color: #B975CA;
}
.BgClassName
{
background-color: #B975CA;
}
</style>
border-color css
<style>
span { border-color: #B975CA; }
span { border-color: rgb(185,117,202); }
td.TdClassName
{
border-color: #B975CA;
}
.TagClassName
{
border-color: #B975CA;
}
</style>