Shades of Medium Orchid #B472DC
Tints of Medium Orchid #B472DC
RGB
CMYK
RGB Variations
Color information
#B472DC (or 0xB472DC) is known color: Medium Orchid. HEX triplet: B4, 72 and DC. RGB value is (180,114,220). Sum of RGB (Red+Green+Blue) = 180+114+220=514 (68% of max value = 765). Red value is 180 (70.70% from 255 or 35.02% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #B472DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B472DC is #4B8D23. Grayscale: #919191. Windows color (decimal): -4951332 or 14447284. OLE color: 14447284.
HSL color Cylindrical-coordinate representation of color #B472DC: hue angle of 277.36º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B472DC is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 114 | 220 | - |
| CMYK | 0.18 | 0.48 | 0 | 0.14 |
| HSL | 277.36º | 0.6% | 0.65% | - |
| HSV(B) | 277.36º | 0.48% | 0.86% | - |
| XYZ | 37.76 | 26.91 | 70.91 | - |
| YUV | 145.82 | 169.87 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 114 | 220 | 0.18 | 0.48 | 0 | 0.14 | 277.36 | 0.6 | 0.65 |
| Hex | B4 | 72 | DC | 12 | 30 | 0 | E | 115 | 3C | 41 |
| Octal | 264 | 162 | 334 | 22 | 60 | 0 | 16 | 425 | 74 | 101 |
| Binary | 10110100 | 1110010 | 11011100 | 10010 | 110000 | 0 | 1110 | 100010101 | 111100 | 1000001 |
Color Harmonies of #B472DC
Complementary color
Monochromatic Colors of #B472DC
Black with #B472DC
Text Example
Text Example
White with #B472DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B472DC; }
p { color: rgb(180,114,220); }
H1.HeaderClassName
{
color: #B472DC;
}
.AnyTagClassName
{
color: #B472DC;
}
</style>
background-color css
<style>
a { background-color: #B472DC; }
a { background-color: rgb(180,114,220); }
div.DivClassName
{
background-color: #B472DC;
}
.BgClassName
{
background-color: #B472DC;
}
</style>
border-color css
<style>
span { border-color: #B472DC; }
span { border-color: rgb(180,114,220); }
td.TdClassName
{
border-color: #B472DC;
}
.TagClassName
{
border-color: #B472DC;
}
</style>