Shades of Dark Orchid #B227CA
Tints of Dark Orchid #B227CA
RGB
CMYK
RGB Variations
Color information
#B227CA (or 0xB227CA) is known color: Dark Orchid. HEX triplet: B2, 27 and CA. RGB value is (178,39,202). Sum of RGB (Red+Green+Blue) = 178+39+202=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 39 (15.62% from 255 or 9.31% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #B227CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B227CA is #4DD835. Grayscale: #626262. Windows color (decimal): -5101622 or 13248434. OLE color: 13248434.
HSL color Cylindrical-coordinate representation of color #B227CA: hue angle of 291.17º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B227CA is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 178 | 39 | 202 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.21 |
| HSL | 291.17º | 0.68% | 0.47% | - |
| HSV(B) | 291.17º | 0.81% | 0.79% | - |
| XYZ | 29.75 | 15.18 | 57.24 | - |
| YUV | 99.14 | 186.05 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 39 | 202 | 0.12 | 0.81 | 0 | 0.21 | 291.17 | 0.68 | 0.47 |
| Hex | B2 | 27 | CA | C | 51 | 0 | 15 | 123 | 44 | 2F |
| Octal | 262 | 47 | 312 | 14 | 121 | 0 | 25 | 443 | 104 | 57 |
| Binary | 10110010 | 100111 | 11001010 | 1100 | 1010001 | 0 | 10101 | 100100011 | 1000100 | 101111 |
Color Harmonies of #B227CA
Complementary color
Monochromatic Colors of #B227CA
Black with #B227CA
Text Example
Text Example
White with #B227CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B227CA; }
p { color: rgb(178,39,202); }
H1.HeaderClassName
{
color: #B227CA;
}
.AnyTagClassName
{
color: #B227CA;
}
</style>
background-color css
<style>
a { background-color: #B227CA; }
a { background-color: rgb(178,39,202); }
div.DivClassName
{
background-color: #B227CA;
}
.BgClassName
{
background-color: #B227CA;
}
</style>
border-color css
<style>
span { border-color: #B227CA; }
span { border-color: rgb(178,39,202); }
td.TdClassName
{
border-color: #B227CA;
}
.TagClassName
{
border-color: #B227CA;
}
</style>