Shades of Medium Orchid #B470CE
Tints of Medium Orchid #B470CE
RGB
CMYK
RGB Variations
Color information
#B470CE (or 0xB470CE) is known color: Medium Orchid. HEX triplet: B4, 70 and CE. RGB value is (180,112,206). Sum of RGB (Red+Green+Blue) = 180+112+206=498 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.14% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #B470CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B470CE is #4B8F31. Grayscale: #8E8E8E. Windows color (decimal): -4951858 or 13529268. OLE color: 13529268.
HSL color Cylindrical-coordinate representation of color #B470CE: hue angle of 283.4º 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 #B470CE is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 112 | 206 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.19 |
| HSL | 283.4º | 0.49% | 0.62% | - |
| HSV(B) | 283.4º | 0.46% | 0.81% | - |
| XYZ | 35.76 | 25.75 | 61.48 | - |
| YUV | 143.05 | 163.53 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 112 | 206 | 0.13 | 0.46 | 0 | 0.19 | 283.4 | 0.49 | 0.62 |
| Hex | B4 | 70 | CE | D | 2E | 0 | 13 | 11B | 31 | 3E |
| Octal | 264 | 160 | 316 | 15 | 56 | 0 | 23 | 433 | 61 | 76 |
| Binary | 10110100 | 1110000 | 11001110 | 1101 | 101110 | 0 | 10011 | 100011011 | 110001 | 111110 |
Color Harmonies of #B470CE
Complementary color
Monochromatic Colors of #B470CE
Black with #B470CE
Text Example
Text Example
White with #B470CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B470CE; }
p { color: rgb(180,112,206); }
H1.HeaderClassName
{
color: #B470CE;
}
.AnyTagClassName
{
color: #B470CE;
}
</style>
background-color css
<style>
a { background-color: #B470CE; }
a { background-color: rgb(180,112,206); }
div.DivClassName
{
background-color: #B470CE;
}
.BgClassName
{
background-color: #B470CE;
}
</style>
border-color css
<style>
span { border-color: #B470CE; }
span { border-color: rgb(180,112,206); }
td.TdClassName
{
border-color: #B470CE;
}
.TagClassName
{
border-color: #B470CE;
}
</style>