Shades of Dark Orchid #B629E0
Tints of Dark Orchid #B629E0
RGB
CMYK
RGB Variations
Color information
#B629E0 (or 0xB629E0) is known color: Dark Orchid. HEX triplet: B6, 29 and E0. RGB value is (182,41,224). Sum of RGB (Red+Green+Blue) = 182+41+224=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #B629E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B629E0 is #49D61F. Grayscale: #676767. Windows color (decimal): -4838944 or 14690742. OLE color: 14690742.
HSL color Cylindrical-coordinate representation of color #B629E0: hue angle of 286.23º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B629E0 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 41 | 224 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.12 |
| HSL | 286.23º | 0.75% | 0.52% | - |
| HSV(B) | 286.23º | 0.82% | 0.88% | - |
| XYZ | 33.54 | 16.91 | 72.02 | - |
| YUV | 104.02 | 195.71 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 41 | 224 | 0.19 | 0.82 | 0 | 0.12 | 286.23 | 0.75 | 0.52 |
| Hex | B6 | 29 | E0 | 13 | 52 | 0 | C | 11E | 4B | 34 |
| Octal | 266 | 51 | 340 | 23 | 122 | 0 | 14 | 436 | 113 | 64 |
| Binary | 10110110 | 101001 | 11100000 | 10011 | 1010010 | 0 | 1100 | 100011110 | 1001011 | 110100 |
Color Harmonies of #B629E0
Complementary color
Monochromatic Colors of #B629E0
Black with #B629E0
Text Example
Text Example
White with #B629E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B629E0; }
p { color: rgb(182,41,224); }
H1.HeaderClassName
{
color: #B629E0;
}
.AnyTagClassName
{
color: #B629E0;
}
</style>
background-color css
<style>
a { background-color: #B629E0; }
a { background-color: rgb(182,41,224); }
div.DivClassName
{
background-color: #B629E0;
}
.BgClassName
{
background-color: #B629E0;
}
</style>
border-color css
<style>
span { border-color: #B629E0; }
span { border-color: rgb(182,41,224); }
td.TdClassName
{
border-color: #B629E0;
}
.TagClassName
{
border-color: #B629E0;
}
</style>