Shades of Dark Orchid #B228DA
Tints of Dark Orchid #B228DA
RGB
CMYK
RGB Variations
Color information
#B228DA (or 0xB228DA) is known color: Dark Orchid. HEX triplet: B2, 28 and DA. RGB value is (178,40,218). Sum of RGB (Red+Green+Blue) = 178+40+218=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #B228DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B228DA is #4DD725. Grayscale: #646464. Windows color (decimal): -5101350 or 14297266. OLE color: 14297266.
HSL color Cylindrical-coordinate representation of color #B228DA: hue angle of 286.52º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B228DA is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 40 | 218 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.15 |
| HSL | 286.52º | 0.71% | 0.51% | - |
| HSV(B) | 286.52º | 0.82% | 0.85% | - |
| XYZ | 31.77 | 16.04 | 67.75 | - |
| YUV | 101.55 | 193.72 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 40 | 218 | 0.18 | 0.82 | 0 | 0.15 | 286.52 | 0.71 | 0.51 |
| Hex | B2 | 28 | DA | 12 | 52 | 0 | F | 11F | 47 | 33 |
| Octal | 262 | 50 | 332 | 22 | 122 | 0 | 17 | 437 | 107 | 63 |
| Binary | 10110010 | 101000 | 11011010 | 10010 | 1010010 | 0 | 1111 | 100011111 | 1000111 | 110011 |
Color Harmonies of #B228DA
Complementary color
Monochromatic Colors of #B228DA
Black with #B228DA
Text Example
Text Example
White with #B228DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B228DA; }
p { color: rgb(178,40,218); }
H1.HeaderClassName
{
color: #B228DA;
}
.AnyTagClassName
{
color: #B228DA;
}
</style>
background-color css
<style>
a { background-color: #B228DA; }
a { background-color: rgb(178,40,218); }
div.DivClassName
{
background-color: #B228DA;
}
.BgClassName
{
background-color: #B228DA;
}
</style>
border-color css
<style>
span { border-color: #B228DA; }
span { border-color: rgb(178,40,218); }
td.TdClassName
{
border-color: #B228DA;
}
.TagClassName
{
border-color: #B228DA;
}
</style>