Shades of Dark Orchid #B227DA
Tints of Dark Orchid #B227DA
RGB
CMYK
RGB Variations
Color information
#B227DA (or 0xB227DA) is known color: Dark Orchid. HEX triplet: B2, 27 and DA. RGB value is (178,39,218). Sum of RGB (Red+Green+Blue) = 178+39+218=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 39 (15.62% from 255 or 8.97% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #B227DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B227DA is #4DD825. Grayscale: #646464. Windows color (decimal): -5101606 or 14297010. OLE color: 14297010.
HSL color Cylindrical-coordinate representation of color #B227DA: hue angle of 286.59º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B227DA is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 39 | 218 | - |
| CMYK | 0.18 | 0.82 | 0 | 0.15 |
| HSL | 286.59º | 0.71% | 0.5% | - |
| HSV(B) | 286.59º | 0.82% | 0.85% | - |
| XYZ | 31.74 | 15.98 | 67.74 | - |
| YUV | 100.97 | 194.05 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 39 | 218 | 0.18 | 0.82 | 0 | 0.15 | 286.59 | 0.71 | 0.5 |
| Hex | B2 | 27 | DA | 12 | 52 | 0 | F | 11F | 47 | 32 |
| Octal | 262 | 47 | 332 | 22 | 122 | 0 | 17 | 437 | 107 | 62 |
| Binary | 10110010 | 100111 | 11011010 | 10010 | 1010010 | 0 | 1111 | 100011111 | 1000111 | 110010 |
Color Harmonies of #B227DA
Complementary color
Monochromatic Colors of #B227DA
Black with #B227DA
Text Example
Text Example
White with #B227DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B227DA; }
p { color: rgb(178,39,218); }
H1.HeaderClassName
{
color: #B227DA;
}
.AnyTagClassName
{
color: #B227DA;
}
</style>
background-color css
<style>
a { background-color: #B227DA; }
a { background-color: rgb(178,39,218); }
div.DivClassName
{
background-color: #B227DA;
}
.BgClassName
{
background-color: #B227DA;
}
</style>
border-color css
<style>
span { border-color: #B227DA; }
span { border-color: rgb(178,39,218); }
td.TdClassName
{
border-color: #B227DA;
}
.TagClassName
{
border-color: #B227DA;
}
</style>