Shades of Dark Orchid #B227E9
Tints of Dark Orchid #B227E9
RGB
CMYK
RGB Variations
Color information
#B227E9 (or 0xB227E9) is known color: Dark Orchid. HEX triplet: B2, 27 and E9. RGB value is (178,39,233). Sum of RGB (Red+Green+Blue) = 178+39+233=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 233 (91.41% from 255 or 51.78% from 450); Max value from RGB is 233 - color contains mainly: blue. Hex color #B227E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B227E9 is #4DD816. Grayscale: #666666. Windows color (decimal): -5101591 or 15280050. OLE color: 15280050.
HSL color Cylindrical-coordinate representation of color #B227E9: hue angle of 282.99º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B227E9 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 39 | 233 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.09 |
| HSL | 282.99º | 0.82% | 0.53% | - |
| HSV(B) | 282.99º | 0.83% | 0.91% | - |
| XYZ | 33.79 | 16.8 | 78.55 | - |
| YUV | 102.68 | 201.55 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 39 | 233 | 0.24 | 0.83 | 0 | 0.09 | 282.99 | 0.82 | 0.53 |
| Hex | B2 | 27 | E9 | 18 | 53 | 0 | 9 | 11B | 52 | 35 |
| Octal | 262 | 47 | 351 | 30 | 123 | 0 | 11 | 433 | 122 | 65 |
| Binary | 10110010 | 100111 | 11101001 | 11000 | 1010011 | 0 | 1001 | 100011011 | 1010010 | 110101 |
Color Harmonies of #B227E9
Complementary color
Monochromatic Colors of #B227E9
Black with #B227E9
Text Example
Text Example
White with #B227E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B227E9; }
p { color: rgb(178,39,233); }
H1.HeaderClassName
{
color: #B227E9;
}
.AnyTagClassName
{
color: #B227E9;
}
</style>
background-color css
<style>
a { background-color: #B227E9; }
a { background-color: rgb(178,39,233); }
div.DivClassName
{
background-color: #B227E9;
}
.BgClassName
{
background-color: #B227E9;
}
</style>
border-color css
<style>
span { border-color: #B227E9; }
span { border-color: rgb(178,39,233); }
td.TdClassName
{
border-color: #B227E9;
}
.TagClassName
{
border-color: #B227E9;
}
</style>