Shades of Dark Orchid #B229DA
Tints of Dark Orchid #B229DA
RGB
CMYK
RGB Variations
Color information
#B229DA (or 0xB229DA) is known color: Dark Orchid. HEX triplet: B2, 29 and DA. RGB value is (178,41,218). Sum of RGB (Red+Green+Blue) = 178+41+218=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #B229DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B229DA is #4DD625. Grayscale: #656565. Windows color (decimal): -5101094 or 14297522. OLE color: 14297522.
HSL color Cylindrical-coordinate representation of color #B229DA: hue angle of 286.44º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B229DA is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 41 | 218 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.15 |
| HSL | 286.44º | 0.71% | 0.51% | - |
| HSV(B) | 286.44º | 0.81% | 0.85% | - |
| XYZ | 31.81 | 16.11 | 67.76 | - |
| YUV | 102.14 | 193.39 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 218 | 0.18 | 0.81 | 0 | 0.15 | 286.44 | 0.71 | 0.51 |
| Hex | B2 | 29 | DA | 12 | 51 | 0 | F | 11E | 47 | 33 |
| Octal | 262 | 51 | 332 | 22 | 121 | 0 | 17 | 436 | 107 | 63 |
| Binary | 10110010 | 101001 | 11011010 | 10010 | 1010001 | 0 | 1111 | 100011110 | 1000111 | 110011 |
Color Harmonies of #B229DA
Complementary color
Monochromatic Colors of #B229DA
Black with #B229DA
Text Example
Text Example
White with #B229DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B229DA; }
p { color: rgb(178,41,218); }
H1.HeaderClassName
{
color: #B229DA;
}
.AnyTagClassName
{
color: #B229DA;
}
</style>
background-color css
<style>
a { background-color: #B229DA; }
a { background-color: rgb(178,41,218); }
div.DivClassName
{
background-color: #B229DA;
}
.BgClassName
{
background-color: #B229DA;
}
</style>
border-color css
<style>
span { border-color: #B229DA; }
span { border-color: rgb(178,41,218); }
td.TdClassName
{
border-color: #B229DA;
}
.TagClassName
{
border-color: #B229DA;
}
</style>