Shades of Dark Orchid #B627EA
Tints of Dark Orchid #B627EA
RGB
CMYK
RGB Variations
Color information
#B627EA (or 0xB627EA) is known color: Dark Orchid. HEX triplet: B6, 27 and EA. RGB value is (182,39,234). Sum of RGB (Red+Green+Blue) = 182+39+234=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 39 (15.62% from 255 or 8.57% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #B627EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B627EA is #49D815. Grayscale: #676767. Windows color (decimal): -4839446 or 15345590. OLE color: 15345590.
HSL color Cylindrical-coordinate representation of color #B627EA: hue angle of 284º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B627EA is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 182 | 39 | 234 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.08 |
| HSL | 284º | 0.82% | 0.54% | - |
| HSV(B) | 284º | 0.83% | 0.92% | - |
| XYZ | 34.87 | 17.34 | 79.35 | - |
| YUV | 103.99 | 201.38 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 39 | 234 | 0.22 | 0.83 | 0 | 0.08 | 284 | 0.82 | 0.54 |
| Hex | B6 | 27 | EA | 16 | 53 | 0 | 8 | 11C | 52 | 36 |
| Octal | 266 | 47 | 352 | 26 | 123 | 0 | 10 | 434 | 122 | 66 |
| Binary | 10110110 | 100111 | 11101010 | 10110 | 1010011 | 0 | 1000 | 100011100 | 1010010 | 110110 |
Color Harmonies of #B627EA
Complementary color
Monochromatic Colors of #B627EA
Black with #B627EA
Text Example
Text Example
White with #B627EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B627EA; }
p { color: rgb(182,39,234); }
H1.HeaderClassName
{
color: #B627EA;
}
.AnyTagClassName
{
color: #B627EA;
}
</style>
background-color css
<style>
a { background-color: #B627EA; }
a { background-color: rgb(182,39,234); }
div.DivClassName
{
background-color: #B627EA;
}
.BgClassName
{
background-color: #B627EA;
}
</style>
border-color css
<style>
span { border-color: #B627EA; }
span { border-color: rgb(182,39,234); }
td.TdClassName
{
border-color: #B627EA;
}
.TagClassName
{
border-color: #B627EA;
}
</style>