Shades of Dark Orchid #B629CB
Tints of Dark Orchid #B629CB
RGB
CMYK
RGB Variations
Color information
#B629CB (or 0xB629CB) is known color: Dark Orchid. HEX triplet: B6, 29 and CB. RGB value is (182,41,203). Sum of RGB (Red+Green+Blue) = 182+41+203=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #B629CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B629CB is #49D634. Grayscale: #656565. Windows color (decimal): -4838965 or 13314486. OLE color: 13314486.
HSL color Cylindrical-coordinate representation of color #B629CB: hue angle of 292.22º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B629CB is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 41 | 203 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.20 |
| HSL | 292.22º | 0.66% | 0.48% | - |
| HSV(B) | 292.22º | 0.8% | 0.8% | - |
| XYZ | 30.86 | 15.84 | 57.93 | - |
| YUV | 101.63 | 185.21 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 41 | 203 | 0.10 | 0.80 | 0 | 0.20 | 292.22 | 0.66 | 0.48 |
| Hex | B6 | 29 | CB | A | 50 | 0 | 14 | 124 | 42 | 30 |
| Octal | 266 | 51 | 313 | 12 | 120 | 0 | 24 | 444 | 102 | 60 |
| Binary | 10110110 | 101001 | 11001011 | 1010 | 1010000 | 0 | 10100 | 100100100 | 1000010 | 110000 |
Color Harmonies of #B629CB
Complementary color
Monochromatic Colors of #B629CB
Black with #B629CB
Text Example
Text Example
White with #B629CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B629CB; }
p { color: rgb(182,41,203); }
H1.HeaderClassName
{
color: #B629CB;
}
.AnyTagClassName
{
color: #B629CB;
}
</style>
background-color css
<style>
a { background-color: #B629CB; }
a { background-color: rgb(182,41,203); }
div.DivClassName
{
background-color: #B629CB;
}
.BgClassName
{
background-color: #B629CB;
}
</style>
border-color css
<style>
span { border-color: #B629CB; }
span { border-color: rgb(182,41,203); }
td.TdClassName
{
border-color: #B629CB;
}
.TagClassName
{
border-color: #B629CB;
}
</style>