Shades of Dark Orchid #B628CB
Tints of Dark Orchid #B628CB
RGB
CMYK
RGB Variations
Color information
#B628CB (or 0xB628CB) is known color: Dark Orchid. HEX triplet: B6, 28 and CB. RGB value is (182,40,203). Sum of RGB (Red+Green+Blue) = 182+40+203=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #B628CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B628CB is #49D734. Grayscale: #646464. Windows color (decimal): -4839221 or 13314230. OLE color: 13314230.
HSL color Cylindrical-coordinate representation of color #B628CB: hue angle of 292.27º degrees, saturation: 0.67, 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 #B628CB is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 40 | 203 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.20 |
| HSL | 292.27º | 0.67% | 0.48% | - |
| HSV(B) | 292.27º | 0.8% | 0.8% | - |
| XYZ | 30.83 | 15.77 | 57.92 | - |
| YUV | 101.04 | 185.54 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 203 | 0.10 | 0.80 | 0 | 0.20 | 292.27 | 0.67 | 0.48 |
| Hex | B6 | 28 | CB | A | 50 | 0 | 14 | 124 | 43 | 30 |
| Octal | 266 | 50 | 313 | 12 | 120 | 0 | 24 | 444 | 103 | 60 |
| Binary | 10110110 | 101000 | 11001011 | 1010 | 1010000 | 0 | 10100 | 100100100 | 1000011 | 110000 |
Color Harmonies of #B628CB
Complementary color
Monochromatic Colors of #B628CB
Black with #B628CB
Text Example
Text Example
White with #B628CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B628CB; }
p { color: rgb(182,40,203); }
H1.HeaderClassName
{
color: #B628CB;
}
.AnyTagClassName
{
color: #B628CB;
}
</style>
background-color css
<style>
a { background-color: #B628CB; }
a { background-color: rgb(182,40,203); }
div.DivClassName
{
background-color: #B628CB;
}
.BgClassName
{
background-color: #B628CB;
}
</style>
border-color css
<style>
span { border-color: #B628CB; }
span { border-color: rgb(182,40,203); }
td.TdClassName
{
border-color: #B628CB;
}
.TagClassName
{
border-color: #B628CB;
}
</style>