Shades of Dark Orchid #B61EDF
Tints of Dark Orchid #B61EDF
RGB
CMYK
RGB Variations
Color information
#B61EDF (or 0xB61EDF) is known color: Dark Orchid. HEX triplet: B6, 1E and DF. RGB value is (182,30,223). Sum of RGB (Red+Green+Blue) = 182+30+223=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #B61EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61EDF is #49E120. Grayscale: #606060. Windows color (decimal): -4841761 or 14622390. OLE color: 14622390.
HSL color Cylindrical-coordinate representation of color #B61EDF: hue angle of 287.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B61EDF is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 30 | 223 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.13 |
| HSL | 287.25º | 0.76% | 0.5% | - |
| HSV(B) | 287.25º | 0.87% | 0.87% | - |
| XYZ | 33.07 | 16.2 | 71.2 | - |
| YUV | 97.45 | 198.86 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 30 | 223 | 0.18 | 0.87 | 0 | 0.13 | 287.25 | 0.76 | 0.5 |
| Hex | B6 | 1E | DF | 12 | 57 | 0 | D | 11F | 4C | 32 |
| Octal | 266 | 36 | 337 | 22 | 127 | 0 | 15 | 437 | 114 | 62 |
| Binary | 10110110 | 11110 | 11011111 | 10010 | 1010111 | 0 | 1101 | 100011111 | 1001100 | 110010 |
Color Harmonies of #B61EDF
Complementary color
Monochromatic Colors of #B61EDF
Black with #B61EDF
Text Example
Text Example
White with #B61EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61EDF; }
p { color: rgb(182,30,223); }
H1.HeaderClassName
{
color: #B61EDF;
}
.AnyTagClassName
{
color: #B61EDF;
}
</style>
background-color css
<style>
a { background-color: #B61EDF; }
a { background-color: rgb(182,30,223); }
div.DivClassName
{
background-color: #B61EDF;
}
.BgClassName
{
background-color: #B61EDF;
}
</style>
border-color css
<style>
span { border-color: #B61EDF; }
span { border-color: rgb(182,30,223); }
td.TdClassName
{
border-color: #B61EDF;
}
.TagClassName
{
border-color: #B61EDF;
}
</style>