Shades of Dark Orchid #B228BE
Tints of Dark Orchid #B228BE
RGB
CMYK
RGB Variations
Color information
#B228BE (or 0xB228BE) is known color: Dark Orchid. HEX triplet: B2, 28 and BE. RGB value is (178,40,190). Sum of RGB (Red+Green+Blue) = 178+40+190=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #B228BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B228BE is #4DD741. Grayscale: #616161. Windows color (decimal): -5101378 or 12462258. OLE color: 12462258.
HSL color Cylindrical-coordinate representation of color #B228BE: hue angle of 295.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B228BE is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 40 | 190 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.25 |
| HSL | 295.2º | 0.65% | 0.45% | - |
| HSV(B) | 295.2º | 0.79% | 0.75% | - |
| XYZ | 28.41 | 14.7 | 50.06 | - |
| YUV | 98.36 | 179.72 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 40 | 190 | 0.06 | 0.79 | 0 | 0.25 | 295.2 | 0.65 | 0.45 |
| Hex | B2 | 28 | BE | 6 | 4F | 0 | 19 | 127 | 41 | 2D |
| Octal | 262 | 50 | 276 | 6 | 117 | 0 | 31 | 447 | 101 | 55 |
| Binary | 10110010 | 101000 | 10111110 | 110 | 1001111 | 0 | 11001 | 100100111 | 1000001 | 101101 |
Color Harmonies of #B228BE
Complementary color
Monochromatic Colors of #B228BE
Black with #B228BE
Text Example
Text Example
White with #B228BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B228BE; }
p { color: rgb(178,40,190); }
H1.HeaderClassName
{
color: #B228BE;
}
.AnyTagClassName
{
color: #B228BE;
}
</style>
background-color css
<style>
a { background-color: #B228BE; }
a { background-color: rgb(178,40,190); }
div.DivClassName
{
background-color: #B228BE;
}
.BgClassName
{
background-color: #B228BE;
}
</style>
border-color css
<style>
span { border-color: #B228BE; }
span { border-color: rgb(178,40,190); }
td.TdClassName
{
border-color: #B228BE;
}
.TagClassName
{
border-color: #B228BE;
}
</style>