Shades of Medium Orchid #B472DD
Tints of Medium Orchid #B472DD
RGB
CMYK
RGB Variations
Color information
#B472DD (or 0xB472DD) is known color: Medium Orchid. HEX triplet: B4, 72 and DD. RGB value is (180,114,221). Sum of RGB (Red+Green+Blue) = 180+114+221=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #B472DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B472DD is #4B8D22. Grayscale: #919191. Windows color (decimal): -4951331 or 14512820. OLE color: 14512820.
HSL color Cylindrical-coordinate representation of color #B472DD: hue angle of 277.01º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B472DD is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 114 | 221 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.13 |
| HSL | 277.01º | 0.61% | 0.66% | - |
| HSV(B) | 277.01º | 0.48% | 0.87% | - |
| XYZ | 37.89 | 26.96 | 71.61 | - |
| YUV | 145.93 | 170.37 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 114 | 221 | 0.19 | 0.48 | 0 | 0.13 | 277.01 | 0.61 | 0.66 |
| Hex | B4 | 72 | DD | 13 | 30 | 0 | D | 115 | 3D | 42 |
| Octal | 264 | 162 | 335 | 23 | 60 | 0 | 15 | 425 | 75 | 102 |
| Binary | 10110100 | 1110010 | 11011101 | 10011 | 110000 | 0 | 1101 | 100010101 | 111101 | 1000010 |
Color Harmonies of #B472DD
Complementary color
Monochromatic Colors of #B472DD
Black with #B472DD
Text Example
Text Example
White with #B472DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B472DD; }
p { color: rgb(180,114,221); }
H1.HeaderClassName
{
color: #B472DD;
}
.AnyTagClassName
{
color: #B472DD;
}
</style>
background-color css
<style>
a { background-color: #B472DD; }
a { background-color: rgb(180,114,221); }
div.DivClassName
{
background-color: #B472DD;
}
.BgClassName
{
background-color: #B472DD;
}
</style>
border-color css
<style>
span { border-color: #B472DD; }
span { border-color: rgb(180,114,221); }
td.TdClassName
{
border-color: #B472DD;
}
.TagClassName
{
border-color: #B472DD;
}
</style>