Shades of Dark Orchid #B229EE
Tints of Dark Orchid #B229EE
RGB
CMYK
RGB Variations
Color information
#B229EE (or 0xB229EE) is known color: Dark Orchid. HEX triplet: B2, 29 and EE. RGB value is (178,41,238). Sum of RGB (Red+Green+Blue) = 178+41+238=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 41 (16.41% from 255 or 8.97% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #B229EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B229EE is #4DD611. Grayscale: #676767. Windows color (decimal): -5101074 or 15608242. OLE color: 15608242.
HSL color Cylindrical-coordinate representation of color #B229EE: hue angle of 281.73º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B229EE is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 41 | 238 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.07 |
| HSL | 281.73º | 0.85% | 0.55% | - |
| HSV(B) | 281.73º | 0.83% | 0.93% | - |
| XYZ | 34.59 | 17.22 | 82.39 | - |
| YUV | 104.42 | 203.39 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 238 | 0.25 | 0.83 | 0 | 0.07 | 281.73 | 0.85 | 0.55 |
| Hex | B2 | 29 | EE | 19 | 53 | 0 | 7 | 11A | 55 | 37 |
| Octal | 262 | 51 | 356 | 31 | 123 | 0 | 7 | 432 | 125 | 67 |
| Binary | 10110010 | 101001 | 11101110 | 11001 | 1010011 | 0 | 111 | 100011010 | 1010101 | 110111 |
Color Harmonies of #B229EE
Complementary color
Monochromatic Colors of #B229EE
Black with #B229EE
Text Example
Text Example
White with #B229EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B229EE; }
p { color: rgb(178,41,238); }
H1.HeaderClassName
{
color: #B229EE;
}
.AnyTagClassName
{
color: #B229EE;
}
</style>
background-color css
<style>
a { background-color: #B229EE; }
a { background-color: rgb(178,41,238); }
div.DivClassName
{
background-color: #B229EE;
}
.BgClassName
{
background-color: #B229EE;
}
</style>
border-color css
<style>
span { border-color: #B229EE; }
span { border-color: rgb(178,41,238); }
td.TdClassName
{
border-color: #B229EE;
}
.TagClassName
{
border-color: #B229EE;
}
</style>