Shades of Dark Orchid #B228B8
Tints of Dark Orchid #B228B8
RGB
CMYK
RGB Variations
Color information
#B228B8 (or 0xB228B8) is known color: Dark Orchid. HEX triplet: B2, 28 and B8. RGB value is (178,40,184). Sum of RGB (Red+Green+Blue) = 178+40+184=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 40 (16.02% from 255 or 9.95% from 402); Blue value is 184 (72.27% from 255 or 45.77% from 402); Max value from RGB is 184 - color contains mainly: blue. Hex color #B228B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B228B8 is #4DD747. Grayscale: #616161. Windows color (decimal): -5101384 or 12069042. OLE color: 12069042.
HSL color Cylindrical-coordinate representation of color #B228B8: hue angle of 297.5º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B228B8 is Cyan = 0.03, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 40 | 184 | - |
| CMYK | 0.03 | 0.78 | 0 | 0.28 |
| HSL | 297.5º | 0.64% | 0.44% | - |
| HSV(B) | 297.5º | 0.78% | 0.72% | - |
| XYZ | 27.77 | 14.44 | 46.67 | - |
| YUV | 97.68 | 176.72 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 40 | 184 | 0.03 | 0.78 | 0 | 0.28 | 297.5 | 0.64 | 0.44 |
| Hex | B2 | 28 | B8 | 3 | 4E | 0 | 1C | 12A | 40 | 2C |
| Octal | 262 | 50 | 270 | 3 | 116 | 0 | 34 | 452 | 100 | 54 |
| Binary | 10110010 | 101000 | 10111000 | 11 | 1001110 | 0 | 11100 | 100101010 | 1000000 | 101100 |
Color Harmonies of #B228B8
Complementary color
Monochromatic Colors of #B228B8
Black with #B228B8
Text Example
Text Example
White with #B228B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B228B8; }
p { color: rgb(178,40,184); }
H1.HeaderClassName
{
color: #B228B8;
}
.AnyTagClassName
{
color: #B228B8;
}
</style>
background-color css
<style>
a { background-color: #B228B8; }
a { background-color: rgb(178,40,184); }
div.DivClassName
{
background-color: #B228B8;
}
.BgClassName
{
background-color: #B228B8;
}
</style>
border-color css
<style>
span { border-color: #B228B8; }
span { border-color: rgb(178,40,184); }
td.TdClassName
{
border-color: #B228B8;
}
.TagClassName
{
border-color: #B228B8;
}
</style>