Shades of Medium Orchid #B970CE
Tints of Medium Orchid #B970CE
RGB
CMYK
RGB Variations
Color information
#B970CE (or 0xB970CE) is known color: Medium Orchid. HEX triplet: B9, 70 and CE. RGB value is (185,112,206). Sum of RGB (Red+Green+Blue) = 185+112+206=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #B970CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B970CE is #468F31. Grayscale: #909090. Windows color (decimal): -4624178 or 13529273. OLE color: 13529273.
HSL color Cylindrical-coordinate representation of color #B970CE: hue angle of 286.6º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B970CE is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 185 | 112 | 206 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.19 |
| HSL | 286.6º | 0.49% | 0.62% | - |
| HSV(B) | 286.6º | 0.46% | 0.81% | - |
| XYZ | 36.94 | 26.36 | 61.53 | - |
| YUV | 144.54 | 162.68 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 112 | 206 | 0.10 | 0.46 | 0 | 0.19 | 286.6 | 0.49 | 0.62 |
| Hex | B9 | 70 | CE | A | 2E | 0 | 13 | 11F | 31 | 3E |
| Octal | 271 | 160 | 316 | 12 | 56 | 0 | 23 | 437 | 61 | 76 |
| Binary | 10111001 | 1110000 | 11001110 | 1010 | 101110 | 0 | 10011 | 100011111 | 110001 | 111110 |
Color Harmonies of #B970CE
Complementary color
Monochromatic Colors of #B970CE
Black with #B970CE
Text Example
Text Example
White with #B970CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B970CE; }
p { color: rgb(185,112,206); }
H1.HeaderClassName
{
color: #B970CE;
}
.AnyTagClassName
{
color: #B970CE;
}
</style>
background-color css
<style>
a { background-color: #B970CE; }
a { background-color: rgb(185,112,206); }
div.DivClassName
{
background-color: #B970CE;
}
.BgClassName
{
background-color: #B970CE;
}
</style>
border-color css
<style>
span { border-color: #B970CE; }
span { border-color: rgb(185,112,206); }
td.TdClassName
{
border-color: #B970CE;
}
.TagClassName
{
border-color: #B970CE;
}
</style>