Shades of Dark Orchid #B629ED
Tints of Dark Orchid #B629ED
RGB
CMYK
RGB Variations
Color information
#B629ED (or 0xB629ED) is known color: Dark Orchid. HEX triplet: B6, 29 and ED. RGB value is (182,41,237). Sum of RGB (Red+Green+Blue) = 182+41+237=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 41 (16.41% from 255 or 8.91% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #B629ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B629ED is #49D612. Grayscale: #686868. Windows color (decimal): -4838931 or 15542710. OLE color: 15542710.
HSL color Cylindrical-coordinate representation of color #B629ED: hue angle of 283.16º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B629ED is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 41 | 237 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.07 |
| HSL | 283.16º | 0.84% | 0.55% | - |
| HSV(B) | 283.16º | 0.83% | 0.93% | - |
| XYZ | 35.37 | 17.65 | 81.66 | - |
| YUV | 105.5 | 202.21 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 41 | 237 | 0.23 | 0.83 | 0 | 0.07 | 283.16 | 0.84 | 0.55 |
| Hex | B6 | 29 | ED | 17 | 53 | 0 | 7 | 11B | 54 | 37 |
| Octal | 266 | 51 | 355 | 27 | 123 | 0 | 7 | 433 | 124 | 67 |
| Binary | 10110110 | 101001 | 11101101 | 10111 | 1010011 | 0 | 111 | 100011011 | 1010100 | 110111 |
Color Harmonies of #B629ED
Complementary color
Monochromatic Colors of #B629ED
Black with #B629ED
Text Example
Text Example
White with #B629ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B629ED; }
p { color: rgb(182,41,237); }
H1.HeaderClassName
{
color: #B629ED;
}
.AnyTagClassName
{
color: #B629ED;
}
</style>
background-color css
<style>
a { background-color: #B629ED; }
a { background-color: rgb(182,41,237); }
div.DivClassName
{
background-color: #B629ED;
}
.BgClassName
{
background-color: #B629ED;
}
</style>
border-color css
<style>
span { border-color: #B629ED; }
span { border-color: rgb(182,41,237); }
td.TdClassName
{
border-color: #B629ED;
}
.TagClassName
{
border-color: #B629ED;
}
</style>