Shades of Dark Orchid #B227B8
Tints of Dark Orchid #B227B8
RGB
CMYK
RGB Variations
Color information
#B227B8 (or 0xB227B8) is known color: Dark Orchid. HEX triplet: B2, 27 and B8. RGB value is (178,39,184). Sum of RGB (Red+Green+Blue) = 178+39+184=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 184 (72.27% from 255 or 45.89% from 401); Max value from RGB is 184 - color contains mainly: blue. Hex color #B227B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B227B8 is #4DD847. Grayscale: #606060. Windows color (decimal): -5101640 or 12068786. OLE color: 12068786.
HSL color Cylindrical-coordinate representation of color #B227B8: hue angle of 297.52º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B227B8 is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 39 | 184 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.28 |
| HSL | 297.52º | 0.65% | 0.44% | - |
| HSV(B) | 297.52º | 0.79% | 0.72% | - |
| XYZ | 27.74 | 14.38 | 46.66 | - |
| YUV | 97.09 | 177.05 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 39 | 184 | 0.03 | 0.79 | 0 | 0.28 | 297.52 | 0.65 | 0.44 |
| Hex | B2 | 27 | B8 | 3 | 4F | 0 | 1C | 12A | 41 | 2C |
| Octal | 262 | 47 | 270 | 3 | 117 | 0 | 34 | 452 | 101 | 54 |
| Binary | 10110010 | 100111 | 10111000 | 11 | 1001111 | 0 | 11100 | 100101010 | 1000001 | 101100 |
Color Harmonies of #B227B8
Complementary color
Monochromatic Colors of #B227B8
Black with #B227B8
Text Example
Text Example
White with #B227B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B227B8; }
p { color: rgb(178,39,184); }
H1.HeaderClassName
{
color: #B227B8;
}
.AnyTagClassName
{
color: #B227B8;
}
</style>
background-color css
<style>
a { background-color: #B227B8; }
a { background-color: rgb(178,39,184); }
div.DivClassName
{
background-color: #B227B8;
}
.BgClassName
{
background-color: #B227B8;
}
</style>
border-color css
<style>
span { border-color: #B227B8; }
span { border-color: rgb(178,39,184); }
td.TdClassName
{
border-color: #B227B8;
}
.TagClassName
{
border-color: #B227B8;
}
</style>