Shades of Dark Orchid #B61ED4
Tints of Dark Orchid #B61ED4
RGB
CMYK
RGB Variations
Color information
#B61ED4 (or 0xB61ED4) is known color: Dark Orchid. HEX triplet: B6, 1E and D4. RGB value is (182,30,212). Sum of RGB (Red+Green+Blue) = 182+30+212=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 212 (83.20% from 255 or 50% from 424); Max value from RGB is 212 - color contains mainly: blue. Hex color #B61ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61ED4 is #49E12B. Grayscale: #5F5F5F. Windows color (decimal): -4841772 or 13901494. OLE color: 13901494.
HSL color Cylindrical-coordinate representation of color #B61ED4: hue angle of 290.11º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61ED4 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 30 | 212 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.17 |
| HSL | 290.11º | 0.75% | 0.47% | - |
| HSV(B) | 290.11º | 0.86% | 0.83% | - |
| XYZ | 31.64 | 15.63 | 63.64 | - |
| YUV | 96.2 | 193.36 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 30 | 212 | 0.14 | 0.86 | 0 | 0.17 | 290.11 | 0.75 | 0.47 |
| Hex | B6 | 1E | D4 | E | 56 | 0 | 11 | 122 | 4B | 2F |
| Octal | 266 | 36 | 324 | 16 | 126 | 0 | 21 | 442 | 113 | 57 |
| Binary | 10110110 | 11110 | 11010100 | 1110 | 1010110 | 0 | 10001 | 100100010 | 1001011 | 101111 |
Color Harmonies of #B61ED4
Complementary color
Monochromatic Colors of #B61ED4
Black with #B61ED4
Text Example
Text Example
White with #B61ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61ED4; }
p { color: rgb(182,30,212); }
H1.HeaderClassName
{
color: #B61ED4;
}
.AnyTagClassName
{
color: #B61ED4;
}
</style>
background-color css
<style>
a { background-color: #B61ED4; }
a { background-color: rgb(182,30,212); }
div.DivClassName
{
background-color: #B61ED4;
}
.BgClassName
{
background-color: #B61ED4;
}
</style>
border-color css
<style>
span { border-color: #B61ED4; }
span { border-color: rgb(182,30,212); }
td.TdClassName
{
border-color: #B61ED4;
}
.TagClassName
{
border-color: #B61ED4;
}
</style>