Shades of Dark Orchid #B634DB
Tints of Dark Orchid #B634DB
RGB
CMYK
RGB Variations
Color information
#B634DB (or 0xB634DB) is known color: Dark Orchid. HEX triplet: B6, 34 and DB. RGB value is (182,52,219). Sum of RGB (Red+Green+Blue) = 182+52+219=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #B634DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B634DB is #49CB24. Grayscale: #6D6D6D. Windows color (decimal): -4836133 or 14365878. OLE color: 14365878.
HSL color Cylindrical-coordinate representation of color #B634DB: hue angle of 286.71º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B634DB is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 52 | 219 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.14 |
| HSL | 286.71º | 0.7% | 0.53% | - |
| HSV(B) | 286.71º | 0.76% | 0.86% | - |
| XYZ | 33.31 | 17.52 | 68.64 | - |
| YUV | 109.91 | 189.57 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 52 | 219 | 0.17 | 0.76 | 0 | 0.14 | 286.71 | 0.7 | 0.53 |
| Hex | B6 | 34 | DB | 11 | 4C | 0 | E | 11F | 46 | 35 |
| Octal | 266 | 64 | 333 | 21 | 114 | 0 | 16 | 437 | 106 | 65 |
| Binary | 10110110 | 110100 | 11011011 | 10001 | 1001100 | 0 | 1110 | 100011111 | 1000110 | 110101 |
Color Harmonies of #B634DB
Complementary color
Monochromatic Colors of #B634DB
Black with #B634DB
Text Example
Text Example
White with #B634DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B634DB; }
p { color: rgb(182,52,219); }
H1.HeaderClassName
{
color: #B634DB;
}
.AnyTagClassName
{
color: #B634DB;
}
</style>
background-color css
<style>
a { background-color: #B634DB; }
a { background-color: rgb(182,52,219); }
div.DivClassName
{
background-color: #B634DB;
}
.BgClassName
{
background-color: #B634DB;
}
</style>
border-color css
<style>
span { border-color: #B634DB; }
span { border-color: rgb(182,52,219); }
td.TdClassName
{
border-color: #B634DB;
}
.TagClassName
{
border-color: #B634DB;
}
</style>