Shades of Dark Orchid #B227EE
Tints of Dark Orchid #B227EE
RGB
CMYK
RGB Variations
Color information
#B227EE (or 0xB227EE) is known color: Dark Orchid. HEX triplet: B2, 27 and EE. RGB value is (178,39,238). Sum of RGB (Red+Green+Blue) = 178+39+238=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 39 (15.62% from 255 or 8.57% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #B227EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B227EE is #4DD811. Grayscale: #666666. Windows color (decimal): -5101586 or 15607730. OLE color: 15607730.
HSL color Cylindrical-coordinate representation of color #B227EE: hue angle of 281.91º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B227EE is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 39 | 238 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.07 |
| HSL | 281.91º | 0.85% | 0.54% | - |
| HSV(B) | 281.91º | 0.84% | 0.93% | - |
| XYZ | 34.52 | 17.09 | 82.37 | - |
| YUV | 103.25 | 204.05 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 39 | 238 | 0.25 | 0.84 | 0 | 0.07 | 281.91 | 0.85 | 0.54 |
| Hex | B2 | 27 | EE | 19 | 54 | 0 | 7 | 11A | 55 | 36 |
| Octal | 262 | 47 | 356 | 31 | 124 | 0 | 7 | 432 | 125 | 66 |
| Binary | 10110010 | 100111 | 11101110 | 11001 | 1010100 | 0 | 111 | 100011010 | 1010101 | 110110 |
Color Harmonies of #B227EE
Complementary color
Monochromatic Colors of #B227EE
Black with #B227EE
Text Example
Text Example
White with #B227EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B227EE; }
p { color: rgb(178,39,238); }
H1.HeaderClassName
{
color: #B227EE;
}
.AnyTagClassName
{
color: #B227EE;
}
</style>
background-color css
<style>
a { background-color: #B227EE; }
a { background-color: rgb(178,39,238); }
div.DivClassName
{
background-color: #B227EE;
}
.BgClassName
{
background-color: #B227EE;
}
</style>
border-color css
<style>
span { border-color: #B227EE; }
span { border-color: rgb(178,39,238); }
td.TdClassName
{
border-color: #B227EE;
}
.TagClassName
{
border-color: #B227EE;
}
</style>