Shades of Dark Orchid #B227BB
Tints of Dark Orchid #B227BB
RGB
CMYK
RGB Variations
Color information
#B227BB (or 0xB227BB) is known color: Dark Orchid. HEX triplet: B2, 27 and BB. RGB value is (178,39,187). Sum of RGB (Red+Green+Blue) = 178+39+187=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #B227BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B227BB is #4DD844. Grayscale: #606060. Windows color (decimal): -5101637 or 12265394. OLE color: 12265394.
HSL color Cylindrical-coordinate representation of color #B227BB: hue angle of 296.35º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B227BB is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 39 | 187 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.27 |
| HSL | 296.35º | 0.65% | 0.44% | - |
| HSV(B) | 296.35º | 0.79% | 0.73% | - |
| XYZ | 28.06 | 14.5 | 48.33 | - |
| YUV | 97.43 | 178.55 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 39 | 187 | 0.05 | 0.79 | 0 | 0.27 | 296.35 | 0.65 | 0.44 |
| Hex | B2 | 27 | BB | 5 | 4F | 0 | 1B | 128 | 41 | 2C |
| Octal | 262 | 47 | 273 | 5 | 117 | 0 | 33 | 450 | 101 | 54 |
| Binary | 10110010 | 100111 | 10111011 | 101 | 1001111 | 0 | 11011 | 100101000 | 1000001 | 101100 |
Color Harmonies of #B227BB
Complementary color
Monochromatic Colors of #B227BB
Black with #B227BB
Text Example
Text Example
White with #B227BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B227BB; }
p { color: rgb(178,39,187); }
H1.HeaderClassName
{
color: #B227BB;
}
.AnyTagClassName
{
color: #B227BB;
}
</style>
background-color css
<style>
a { background-color: #B227BB; }
a { background-color: rgb(178,39,187); }
div.DivClassName
{
background-color: #B227BB;
}
.BgClassName
{
background-color: #B227BB;
}
</style>
border-color css
<style>
span { border-color: #B227BB; }
span { border-color: rgb(178,39,187); }
td.TdClassName
{
border-color: #B227BB;
}
.TagClassName
{
border-color: #B227BB;
}
</style>