Shades of Medium Orchid #B653DC
Tints of Medium Orchid #B653DC
RGB
CMYK
RGB Variations
Color information
#B653DC (or 0xB653DC) is known color: Medium Orchid. HEX triplet: B6, 53 and DC. RGB value is (182,83,220). Sum of RGB (Red+Green+Blue) = 182+83+220=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #B653DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B653DC is #49AC23. Grayscale: #7F7F7F. Windows color (decimal): -4828196 or 14439350. OLE color: 14439350.
HSL color Cylindrical-coordinate representation of color #B653DC: hue angle of 283.36º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B653DC is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 83 | 220 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.14 |
| HSL | 283.36º | 0.66% | 0.59% | - |
| HSV(B) | 283.36º | 0.62% | 0.86% | - |
| XYZ | 35.3 | 21.3 | 69.96 | - |
| YUV | 128.22 | 179.8 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 220 | 0.17 | 0.62 | 0 | 0.14 | 283.36 | 0.66 | 0.59 |
| Hex | B6 | 53 | DC | 11 | 3E | 0 | E | 11B | 42 | 3B |
| Octal | 266 | 123 | 334 | 21 | 76 | 0 | 16 | 433 | 102 | 73 |
| Binary | 10110110 | 1010011 | 11011100 | 10001 | 111110 | 0 | 1110 | 100011011 | 1000010 | 111011 |
Color Harmonies of #B653DC
Complementary color
Monochromatic Colors of #B653DC
Black with #B653DC
Text Example
Text Example
White with #B653DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B653DC; }
p { color: rgb(182,83,220); }
H1.HeaderClassName
{
color: #B653DC;
}
.AnyTagClassName
{
color: #B653DC;
}
</style>
background-color css
<style>
a { background-color: #B653DC; }
a { background-color: rgb(182,83,220); }
div.DivClassName
{
background-color: #B653DC;
}
.BgClassName
{
background-color: #B653DC;
}
</style>
border-color css
<style>
span { border-color: #B653DC; }
span { border-color: rgb(182,83,220); }
td.TdClassName
{
border-color: #B653DC;
}
.TagClassName
{
border-color: #B653DC;
}
</style>