Shades of Medium Orchid #B970CA
Tints of Medium Orchid #B970CA
RGB
CMYK
RGB Variations
Color information
#B970CA (or 0xB970CA) is known color: Medium Orchid. HEX triplet: B9, 70 and CA. RGB value is (185,112,202). Sum of RGB (Red+Green+Blue) = 185+112+202=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #B970CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970CA is #468F35. Grayscale: #8F8F8F. Windows color (decimal): -4624182 or 13267129. OLE color: 13267129.
HSL color Cylindrical-coordinate representation of color #B970CA: hue angle of 288.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B970CA is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 185 | 112 | 202 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.21 |
| HSL | 288.67º | 0.46% | 0.62% | - |
| HSV(B) | 288.67º | 0.45% | 0.79% | - |
| XYZ | 36.46 | 26.17 | 59.01 | - |
| YUV | 144.09 | 160.68 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 202 | 0.08 | 0.45 | 0 | 0.21 | 288.67 | 0.46 | 0.62 |
| Hex | B9 | 70 | CA | 8 | 2D | 0 | 15 | 121 | 2E | 3E |
| Octal | 271 | 160 | 312 | 10 | 55 | 0 | 25 | 441 | 56 | 76 |
| Binary | 10111001 | 1110000 | 11001010 | 1000 | 101101 | 0 | 10101 | 100100001 | 101110 | 111110 |
Color Harmonies of #B970CA
Complementary color
Monochromatic Colors of #B970CA
Black with #B970CA
Text Example
Text Example
White with #B970CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B970CA; }
p { color: rgb(185,112,202); }
H1.HeaderClassName
{
color: #B970CA;
}
.AnyTagClassName
{
color: #B970CA;
}
</style>
background-color css
<style>
a { background-color: #B970CA; }
a { background-color: rgb(185,112,202); }
div.DivClassName
{
background-color: #B970CA;
}
.BgClassName
{
background-color: #B970CA;
}
</style>
border-color css
<style>
span { border-color: #B970CA; }
span { border-color: rgb(185,112,202); }
td.TdClassName
{
border-color: #B970CA;
}
.TagClassName
{
border-color: #B970CA;
}
</style>