Shades of Medium Orchid #B970CC
Tints of Medium Orchid #B970CC
RGB
CMYK
RGB Variations
Color information
#B970CC (or 0xB970CC) is known color: Medium Orchid. HEX triplet: B9, 70 and CC. RGB value is (185,112,204). Sum of RGB (Red+Green+Blue) = 185+112+204=501 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.93% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #B970CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970CC is #468F33. Grayscale: #909090. Windows color (decimal): -4624180 or 13398201. OLE color: 13398201.
HSL color Cylindrical-coordinate representation of color #B970CC: hue angle of 287.61º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B970CC is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 112 | 204 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.2 |
| HSL | 287.61º | 0.47% | 0.62% | - |
| HSV(B) | 287.61º | 0.45% | 0.8% | - |
| XYZ | 36.7 | 26.26 | 60.26 | - |
| YUV | 144.32 | 161.68 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 204 | 0.09 | 0.45 | 0 | 0.2 | 287.61 | 0.47 | 0.62 |
| Hex | B9 | 70 | CC | 9 | 2D | 0 | 14 | 120 | 2F | 3E |
| Octal | 271 | 160 | 314 | 11 | 55 | 0 | 24 | 440 | 57 | 76 |
| Binary | 10111001 | 1110000 | 11001100 | 1001 | 101101 | 0 | 10100 | 100100000 | 101111 | 111110 |
Color Harmonies of #B970CC
Complementary color
Monochromatic Colors of #B970CC
Black with #B970CC
Text Example
Text Example
White with #B970CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B970CC; }
p { color: rgb(185,112,204); }
H1.HeaderClassName
{
color: #B970CC;
}
.AnyTagClassName
{
color: #B970CC;
}
</style>
background-color css
<style>
a { background-color: #B970CC; }
a { background-color: rgb(185,112,204); }
div.DivClassName
{
background-color: #B970CC;
}
.BgClassName
{
background-color: #B970CC;
}
</style>
border-color css
<style>
span { border-color: #B970CC; }
span { border-color: rgb(185,112,204); }
td.TdClassName
{
border-color: #B970CC;
}
.TagClassName
{
border-color: #B970CC;
}
</style>