Shades of Dark Orchid #B628D4
Tints of Dark Orchid #B628D4
RGB
CMYK
RGB Variations
Color information
#B628D4 (or 0xB628D4) is known color: Dark Orchid. HEX triplet: B6, 28 and D4. RGB value is (182,40,212). Sum of RGB (Red+Green+Blue) = 182+40+212=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 212 (83.20% from 255 or 48.85% from 434); Max value from RGB is 212 - color contains mainly: blue. Hex color #B628D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B628D4 is #49D72B. Grayscale: #656565. Windows color (decimal): -4839212 or 13904054. OLE color: 13904054.
HSL color Cylindrical-coordinate representation of color #B628D4: hue angle of 289.53º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B628D4 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 40 | 212 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.17 |
| HSL | 289.53º | 0.68% | 0.49% | - |
| HSV(B) | 289.53º | 0.81% | 0.83% | - |
| XYZ | 31.93 | 16.22 | 63.73 | - |
| YUV | 102.07 | 190.04 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 212 | 0.14 | 0.81 | 0 | 0.17 | 289.53 | 0.68 | 0.49 |
| Hex | B6 | 28 | D4 | E | 51 | 0 | 11 | 122 | 44 | 31 |
| Octal | 266 | 50 | 324 | 16 | 121 | 0 | 21 | 442 | 104 | 61 |
| Binary | 10110110 | 101000 | 11010100 | 1110 | 1010001 | 0 | 10001 | 100100010 | 1000100 | 110001 |
Color Harmonies of #B628D4
Complementary color
Monochromatic Colors of #B628D4
Black with #B628D4
Text Example
Text Example
White with #B628D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B628D4; }
p { color: rgb(182,40,212); }
H1.HeaderClassName
{
color: #B628D4;
}
.AnyTagClassName
{
color: #B628D4;
}
</style>
background-color css
<style>
a { background-color: #B628D4; }
a { background-color: rgb(182,40,212); }
div.DivClassName
{
background-color: #B628D4;
}
.BgClassName
{
background-color: #B628D4;
}
</style>
border-color css
<style>
span { border-color: #B628D4; }
span { border-color: rgb(182,40,212); }
td.TdClassName
{
border-color: #B628D4;
}
.TagClassName
{
border-color: #B628D4;
}
</style>