Shades of Dark Orchid #B227C6
Tints of Dark Orchid #B227C6
RGB
CMYK
RGB Variations
Color information
#B227C6 (or 0xB227C6) is known color: Dark Orchid. HEX triplet: B2, 27 and C6. RGB value is (178,39,198). Sum of RGB (Red+Green+Blue) = 178+39+198=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 39 (15.62% from 255 or 9.40% from 415); Blue value is 198 (77.73% from 255 or 47.71% from 415); Max value from RGB is 198 - color contains mainly: blue. Hex color #B227C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B227C6 is #4DD839. Grayscale: #626262. Windows color (decimal): -5101626 or 12986290. OLE color: 12986290.
HSL color Cylindrical-coordinate representation of color #B227C6: hue angle of 292.45º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B227C6 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 178 | 39 | 198 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.22 |
| HSL | 292.45º | 0.67% | 0.46% | - |
| HSV(B) | 292.45º | 0.8% | 0.78% | - |
| XYZ | 29.28 | 14.99 | 54.78 | - |
| YUV | 98.69 | 184.05 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 39 | 198 | 0.10 | 0.80 | 0 | 0.22 | 292.45 | 0.67 | 0.46 |
| Hex | B2 | 27 | C6 | A | 50 | 0 | 16 | 124 | 43 | 2E |
| Octal | 262 | 47 | 306 | 12 | 120 | 0 | 26 | 444 | 103 | 56 |
| Binary | 10110010 | 100111 | 11000110 | 1010 | 1010000 | 0 | 10110 | 100100100 | 1000011 | 101110 |
Color Harmonies of #B227C6
Complementary color
Monochromatic Colors of #B227C6
Black with #B227C6
Text Example
Text Example
White with #B227C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B227C6; }
p { color: rgb(178,39,198); }
H1.HeaderClassName
{
color: #B227C6;
}
.AnyTagClassName
{
color: #B227C6;
}
</style>
background-color css
<style>
a { background-color: #B227C6; }
a { background-color: rgb(178,39,198); }
div.DivClassName
{
background-color: #B227C6;
}
.BgClassName
{
background-color: #B227C6;
}
</style>
border-color css
<style>
span { border-color: #B227C6; }
span { border-color: rgb(178,39,198); }
td.TdClassName
{
border-color: #B227C6;
}
.TagClassName
{
border-color: #B227C6;
}
</style>