Shades of Dark Orchid #B628DF
Tints of Dark Orchid #B628DF
RGB
CMYK
RGB Variations
Color information
#B628DF (or 0xB628DF) is known color: Dark Orchid. HEX triplet: B6, 28 and DF. RGB value is (182,40,223). Sum of RGB (Red+Green+Blue) = 182+40+223=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #B628DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B628DF is #49D720. Grayscale: #666666. Windows color (decimal): -4839201 or 14624950. OLE color: 14624950.
HSL color Cylindrical-coordinate representation of color #B628DF: hue angle of 286.56º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B628DF is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 40 | 223 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.13 |
| HSL | 286.56º | 0.74% | 0.52% | - |
| HSV(B) | 286.56º | 0.82% | 0.87% | - |
| XYZ | 33.37 | 16.79 | 71.29 | - |
| YUV | 103.32 | 195.54 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 40 | 223 | 0.18 | 0.82 | 0 | 0.13 | 286.56 | 0.74 | 0.52 |
| Hex | B6 | 28 | DF | 12 | 52 | 0 | D | 11F | 4A | 34 |
| Octal | 266 | 50 | 337 | 22 | 122 | 0 | 15 | 437 | 112 | 64 |
| Binary | 10110110 | 101000 | 11011111 | 10010 | 1010010 | 0 | 1101 | 100011111 | 1001010 | 110100 |
Color Harmonies of #B628DF
Complementary color
Monochromatic Colors of #B628DF
Black with #B628DF
Text Example
Text Example
White with #B628DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B628DF; }
p { color: rgb(182,40,223); }
H1.HeaderClassName
{
color: #B628DF;
}
.AnyTagClassName
{
color: #B628DF;
}
</style>
background-color css
<style>
a { background-color: #B628DF; }
a { background-color: rgb(182,40,223); }
div.DivClassName
{
background-color: #B628DF;
}
.BgClassName
{
background-color: #B628DF;
}
</style>
border-color css
<style>
span { border-color: #B628DF; }
span { border-color: rgb(182,40,223); }
td.TdClassName
{
border-color: #B628DF;
}
.TagClassName
{
border-color: #B628DF;
}
</style>