Shades of Medium Orchid #B872DA
Tints of Medium Orchid #B872DA
RGB
CMYK
RGB Variations
Color information
#B872DA (or 0xB872DA) is known color: Medium Orchid. HEX triplet: B8, 72 and DA. RGB value is (184,114,218). Sum of RGB (Red+Green+Blue) = 184+114+218=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #B872DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B872DA is #478D25. Grayscale: #929292. Windows color (decimal): -4689190 or 14316216. OLE color: 14316216.
HSL color Cylindrical-coordinate representation of color #B872DA: hue angle of 280.38º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B872DA is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 114 | 218 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.15 |
| HSL | 280.38º | 0.58% | 0.65% | - |
| HSV(B) | 280.38º | 0.48% | 0.85% | - |
| XYZ | 38.44 | 27.29 | 69.57 | - |
| YUV | 146.79 | 168.19 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 114 | 218 | 0.16 | 0.48 | 0 | 0.15 | 280.38 | 0.58 | 0.65 |
| Hex | B8 | 72 | DA | 10 | 30 | 0 | F | 118 | 3A | 41 |
| Octal | 270 | 162 | 332 | 20 | 60 | 0 | 17 | 430 | 72 | 101 |
| Binary | 10111000 | 1110010 | 11011010 | 10000 | 110000 | 0 | 1111 | 100011000 | 111010 | 1000001 |
Color Harmonies of #B872DA
Complementary color
Monochromatic Colors of #B872DA
Black with #B872DA
Text Example
Text Example
White with #B872DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B872DA; }
p { color: rgb(184,114,218); }
H1.HeaderClassName
{
color: #B872DA;
}
.AnyTagClassName
{
color: #B872DA;
}
</style>
background-color css
<style>
a { background-color: #B872DA; }
a { background-color: rgb(184,114,218); }
div.DivClassName
{
background-color: #B872DA;
}
.BgClassName
{
background-color: #B872DA;
}
</style>
border-color css
<style>
span { border-color: #B872DA; }
span { border-color: rgb(184,114,218); }
td.TdClassName
{
border-color: #B872DA;
}
.TagClassName
{
border-color: #B872DA;
}
</style>