Shades of Dark Orchid #B61EDA
Tints of Dark Orchid #B61EDA
RGB
CMYK
RGB Variations
Color information
#B61EDA (or 0xB61EDA) is known color: Dark Orchid. HEX triplet: B6, 1E and DA. RGB value is (182,30,218). Sum of RGB (Red+Green+Blue) = 182+30+218=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 30 (12.11% from 255 or 6.98% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #B61EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61EDA is #49E125. Grayscale: #606060. Windows color (decimal): -4841766 or 14294710. OLE color: 14294710.
HSL color Cylindrical-coordinate representation of color #B61EDA: hue angle of 288.51º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61EDA is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 30 | 218 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.15 |
| HSL | 288.51º | 0.76% | 0.49% | - |
| HSV(B) | 288.51º | 0.86% | 0.85% | - |
| XYZ | 32.41 | 15.94 | 67.7 | - |
| YUV | 96.88 | 196.36 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 30 | 218 | 0.17 | 0.86 | 0 | 0.15 | 288.51 | 0.76 | 0.49 |
| Hex | B6 | 1E | DA | 11 | 56 | 0 | F | 121 | 4C | 31 |
| Octal | 266 | 36 | 332 | 21 | 126 | 0 | 17 | 441 | 114 | 61 |
| Binary | 10110110 | 11110 | 11011010 | 10001 | 1010110 | 0 | 1111 | 100100001 | 1001100 | 110001 |
Color Harmonies of #B61EDA
Complementary color
Monochromatic Colors of #B61EDA
Black with #B61EDA
Text Example
Text Example
White with #B61EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61EDA; }
p { color: rgb(182,30,218); }
H1.HeaderClassName
{
color: #B61EDA;
}
.AnyTagClassName
{
color: #B61EDA;
}
</style>
background-color css
<style>
a { background-color: #B61EDA; }
a { background-color: rgb(182,30,218); }
div.DivClassName
{
background-color: #B61EDA;
}
.BgClassName
{
background-color: #B61EDA;
}
</style>
border-color css
<style>
span { border-color: #B61EDA; }
span { border-color: rgb(182,30,218); }
td.TdClassName
{
border-color: #B61EDA;
}
.TagClassName
{
border-color: #B61EDA;
}
</style>