Shades of Medium Orchid #B852DA
Tints of Medium Orchid #B852DA
RGB
CMYK
RGB Variations
Color information
#B852DA (or 0xB852DA) is known color: Medium Orchid. HEX triplet: B8, 52 and DA. RGB value is (184,82,218). Sum of RGB (Red+Green+Blue) = 184+82+218=484 (64% of max value = 765). Red value is 184 (72.27% from 255 or 38.02% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #B852DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B852DA is #47AD25. Grayscale: #7F7F7F. Windows color (decimal): -4697382 or 14308024. OLE color: 14308024.
HSL color Cylindrical-coordinate representation of color #B852DA: hue angle of 285º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B852DA is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 82 | 218 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.15 |
| HSL | 285º | 0.65% | 0.59% | - |
| HSV(B) | 285º | 0.62% | 0.85% | - |
| XYZ | 35.44 | 21.29 | 68.57 | - |
| YUV | 128 | 178.79 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 218 | 0.16 | 0.62 | 0 | 0.15 | 285 | 0.65 | 0.59 |
| Hex | B8 | 52 | DA | 10 | 3E | 0 | F | 11D | 41 | 3B |
| Octal | 270 | 122 | 332 | 20 | 76 | 0 | 17 | 435 | 101 | 73 |
| Binary | 10111000 | 1010010 | 11011010 | 10000 | 111110 | 0 | 1111 | 100011101 | 1000001 | 111011 |
Color Harmonies of #B852DA
Complementary color
Monochromatic Colors of #B852DA
Black with #B852DA
Text Example
Text Example
White with #B852DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B852DA; }
p { color: rgb(184,82,218); }
H1.HeaderClassName
{
color: #B852DA;
}
.AnyTagClassName
{
color: #B852DA;
}
</style>
background-color css
<style>
a { background-color: #B852DA; }
a { background-color: rgb(184,82,218); }
div.DivClassName
{
background-color: #B852DA;
}
.BgClassName
{
background-color: #B852DA;
}
</style>
border-color css
<style>
span { border-color: #B852DA; }
span { border-color: rgb(184,82,218); }
td.TdClassName
{
border-color: #B852DA;
}
.TagClassName
{
border-color: #B852DA;
}
</style>