Shades of Medium Orchid #B653DB
Tints of Medium Orchid #B653DB
RGB
CMYK
RGB Variations
Color information
#B653DB (or 0xB653DB) is known color: Medium Orchid. HEX triplet: B6, 53 and DB. RGB value is (182,83,219). Sum of RGB (Red+Green+Blue) = 182+83+219=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #B653DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B653DB is #49AC24. Grayscale: #7F7F7F. Windows color (decimal): -4828197 or 14373814. OLE color: 14373814.
HSL color Cylindrical-coordinate representation of color #B653DB: hue angle of 283.68º degrees, saturation: 0.65, 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 #B653DB is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 83 | 219 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.14 |
| HSL | 283.68º | 0.65% | 0.59% | - |
| HSV(B) | 283.68º | 0.62% | 0.86% | - |
| XYZ | 35.17 | 21.25 | 69.27 | - |
| YUV | 128.11 | 179.3 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 219 | 0.17 | 0.62 | 0 | 0.14 | 283.68 | 0.65 | 0.59 |
| Hex | B6 | 53 | DB | 11 | 3E | 0 | E | 11C | 41 | 3B |
| Octal | 266 | 123 | 333 | 21 | 76 | 0 | 16 | 434 | 101 | 73 |
| Binary | 10110110 | 1010011 | 11011011 | 10001 | 111110 | 0 | 1110 | 100011100 | 1000001 | 111011 |
Color Harmonies of #B653DB
Complementary color
Monochromatic Colors of #B653DB
Black with #B653DB
Text Example
Text Example
White with #B653DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B653DB; }
p { color: rgb(182,83,219); }
H1.HeaderClassName
{
color: #B653DB;
}
.AnyTagClassName
{
color: #B653DB;
}
</style>
background-color css
<style>
a { background-color: #B653DB; }
a { background-color: rgb(182,83,219); }
div.DivClassName
{
background-color: #B653DB;
}
.BgClassName
{
background-color: #B653DB;
}
</style>
border-color css
<style>
span { border-color: #B653DB; }
span { border-color: rgb(182,83,219); }
td.TdClassName
{
border-color: #B653DB;
}
.TagClassName
{
border-color: #B653DB;
}
</style>