Shades of Medium Orchid #B652DC
Tints of Medium Orchid #B652DC
RGB
CMYK
RGB Variations
Color information
#B652DC (or 0xB652DC) is known color: Medium Orchid. HEX triplet: B6, 52 and DC. RGB value is (182,82,220). Sum of RGB (Red+Green+Blue) = 182+82+220=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 82 (32.42% from 255 or 16.94% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #B652DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B652DC is #49AD23. Grayscale: #7F7F7F. Windows color (decimal): -4828452 or 14439094. OLE color: 14439094.
HSL color Cylindrical-coordinate representation of color #B652DC: hue angle of 283.48º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B652DC is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 82 | 220 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.14 |
| HSL | 283.48º | 0.66% | 0.59% | - |
| HSV(B) | 283.48º | 0.63% | 0.86% | - |
| XYZ | 35.23 | 21.15 | 69.94 | - |
| YUV | 127.63 | 180.13 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 82 | 220 | 0.17 | 0.63 | 0 | 0.14 | 283.48 | 0.66 | 0.59 |
| Hex | B6 | 52 | DC | 11 | 3F | 0 | E | 11B | 42 | 3B |
| Octal | 266 | 122 | 334 | 21 | 77 | 0 | 16 | 433 | 102 | 73 |
| Binary | 10110110 | 1010010 | 11011100 | 10001 | 111111 | 0 | 1110 | 100011011 | 1000010 | 111011 |
Color Harmonies of #B652DC
Complementary color
Monochromatic Colors of #B652DC
Black with #B652DC
Text Example
Text Example
White with #B652DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B652DC; }
p { color: rgb(182,82,220); }
H1.HeaderClassName
{
color: #B652DC;
}
.AnyTagClassName
{
color: #B652DC;
}
</style>
background-color css
<style>
a { background-color: #B652DC; }
a { background-color: rgb(182,82,220); }
div.DivClassName
{
background-color: #B652DC;
}
.BgClassName
{
background-color: #B652DC;
}
</style>
border-color css
<style>
span { border-color: #B652DC; }
span { border-color: rgb(182,82,220); }
td.TdClassName
{
border-color: #B652DC;
}
.TagClassName
{
border-color: #B652DC;
}
</style>