Shades of Dark Orchid #B625DF
Tints of Dark Orchid #B625DF
RGB
CMYK
RGB Variations
Color information
#B625DF (or 0xB625DF) is known color: Dark Orchid. HEX triplet: B6, 25 and DF. RGB value is (182,37,223). Sum of RGB (Red+Green+Blue) = 182+37+223=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 37 (14.84% from 255 or 8.37% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #B625DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B625DF is #49DA20. Grayscale: #646464. Windows color (decimal): -4839969 or 14624182. OLE color: 14624182.
HSL color Cylindrical-coordinate representation of color #B625DF: hue angle of 286.77º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B625DF is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 37 | 223 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.13 |
| HSL | 286.77º | 0.74% | 0.51% | - |
| HSV(B) | 286.77º | 0.83% | 0.87% | - |
| XYZ | 33.27 | 16.6 | 71.26 | - |
| YUV | 101.56 | 196.54 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 37 | 223 | 0.18 | 0.83 | 0 | 0.13 | 286.77 | 0.74 | 0.51 |
| Hex | B6 | 25 | DF | 12 | 53 | 0 | D | 11F | 4A | 33 |
| Octal | 266 | 45 | 337 | 22 | 123 | 0 | 15 | 437 | 112 | 63 |
| Binary | 10110110 | 100101 | 11011111 | 10010 | 1010011 | 0 | 1101 | 100011111 | 1001010 | 110011 |
Color Harmonies of #B625DF
Complementary color
Monochromatic Colors of #B625DF
Black with #B625DF
Text Example
Text Example
White with #B625DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B625DF; }
p { color: rgb(182,37,223); }
H1.HeaderClassName
{
color: #B625DF;
}
.AnyTagClassName
{
color: #B625DF;
}
</style>
background-color css
<style>
a { background-color: #B625DF; }
a { background-color: rgb(182,37,223); }
div.DivClassName
{
background-color: #B625DF;
}
.BgClassName
{
background-color: #B625DF;
}
</style>
border-color css
<style>
span { border-color: #B625DF; }
span { border-color: rgb(182,37,223); }
td.TdClassName
{
border-color: #B625DF;
}
.TagClassName
{
border-color: #B625DF;
}
</style>