Shades of Medium Orchid #B63DDB
Tints of Medium Orchid #B63DDB
RGB
CMYK
RGB Variations
Color information
#B63DDB (or 0xB63DDB) is known color: Medium Orchid. HEX triplet: B6, 3D and DB. RGB value is (182,61,219). Sum of RGB (Red+Green+Blue) = 182+61+219=462 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.39% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #B63DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63DDB is #49C224. Grayscale: #727272. Windows color (decimal): -4833829 or 14368182. OLE color: 14368182.
HSL color Cylindrical-coordinate representation of color #B63DDB: hue angle of 285.95º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B63DDB is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 61 | 219 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.14 |
| HSL | 285.95º | 0.69% | 0.55% | - |
| HSV(B) | 285.95º | 0.72% | 0.86% | - |
| XYZ | 33.75 | 18.4 | 68.79 | - |
| YUV | 115.19 | 186.59 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 219 | 0.17 | 0.72 | 0 | 0.14 | 285.95 | 0.69 | 0.55 |
| Hex | B6 | 3D | DB | 11 | 48 | 0 | E | 11E | 45 | 37 |
| Octal | 266 | 75 | 333 | 21 | 110 | 0 | 16 | 436 | 105 | 67 |
| Binary | 10110110 | 111101 | 11011011 | 10001 | 1001000 | 0 | 1110 | 100011110 | 1000101 | 110111 |
Color Harmonies of #B63DDB
Complementary color
Monochromatic Colors of #B63DDB
Black with #B63DDB
Text Example
Text Example
White with #B63DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63DDB; }
p { color: rgb(182,61,219); }
H1.HeaderClassName
{
color: #B63DDB;
}
.AnyTagClassName
{
color: #B63DDB;
}
</style>
background-color css
<style>
a { background-color: #B63DDB; }
a { background-color: rgb(182,61,219); }
div.DivClassName
{
background-color: #B63DDB;
}
.BgClassName
{
background-color: #B63DDB;
}
</style>
border-color css
<style>
span { border-color: #B63DDB; }
span { border-color: rgb(182,61,219); }
td.TdClassName
{
border-color: #B63DDB;
}
.TagClassName
{
border-color: #B63DDB;
}
</style>