Shades of Medium Orchid #B473CE
Tints of Medium Orchid #B473CE
RGB
CMYK
RGB Variations
Color information
#B473CE (or 0xB473CE) is known color: Medium Orchid. HEX triplet: B4, 73 and CE. RGB value is (180,115,206). Sum of RGB (Red+Green+Blue) = 180+115+206=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #B473CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B473CE is #4B8C31. Grayscale: #909090. Windows color (decimal): -4951090 or 13530036. OLE color: 13530036.
HSL color Cylindrical-coordinate representation of color #B473CE: hue angle of 282.86º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B473CE is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 115 | 206 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.19 |
| HSL | 282.86º | 0.48% | 0.63% | - |
| HSV(B) | 282.86º | 0.44% | 0.81% | - |
| XYZ | 36.09 | 26.42 | 61.59 | - |
| YUV | 144.81 | 162.53 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 115 | 206 | 0.13 | 0.44 | 0 | 0.19 | 282.86 | 0.48 | 0.63 |
| Hex | B4 | 73 | CE | D | 2C | 0 | 13 | 11B | 30 | 3F |
| Octal | 264 | 163 | 316 | 15 | 54 | 0 | 23 | 433 | 60 | 77 |
| Binary | 10110100 | 1110011 | 11001110 | 1101 | 101100 | 0 | 10011 | 100011011 | 110000 | 111111 |
Color Harmonies of #B473CE
Complementary color
Monochromatic Colors of #B473CE
Black with #B473CE
Text Example
Text Example
White with #B473CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B473CE; }
p { color: rgb(180,115,206); }
H1.HeaderClassName
{
color: #B473CE;
}
.AnyTagClassName
{
color: #B473CE;
}
</style>
background-color css
<style>
a { background-color: #B473CE; }
a { background-color: rgb(180,115,206); }
div.DivClassName
{
background-color: #B473CE;
}
.BgClassName
{
background-color: #B473CE;
}
</style>
border-color css
<style>
span { border-color: #B473CE; }
span { border-color: rgb(180,115,206); }
td.TdClassName
{
border-color: #B473CE;
}
.TagClassName
{
border-color: #B473CE;
}
</style>