Shades of Dark Orchid #B22FBD
Tints of Dark Orchid #B22FBD
RGB
CMYK
RGB Variations
Color information
#B22FBD (or 0xB22FBD) is known color: Dark Orchid. HEX triplet: B2, 2F and BD. RGB value is (178,47,189). Sum of RGB (Red+Green+Blue) = 178+47+189=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 47 (18.75% from 255 or 11.35% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #B22FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22FBD is #4DD042. Grayscale: #656565. Windows color (decimal): -5099587 or 12398514. OLE color: 12398514.
HSL color Cylindrical-coordinate representation of color #B22FBD: hue angle of 295.35º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22FBD is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 47 | 189 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.26 |
| HSL | 295.35º | 0.6% | 0.46% | - |
| HSV(B) | 295.35º | 0.75% | 0.74% | - |
| XYZ | 28.56 | 15.17 | 49.57 | - |
| YUV | 102.36 | 176.9 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 47 | 189 | 0.06 | 0.75 | 0 | 0.26 | 295.35 | 0.6 | 0.46 |
| Hex | B2 | 2F | BD | 6 | 4B | 0 | 1A | 127 | 3C | 2E |
| Octal | 262 | 57 | 275 | 6 | 113 | 0 | 32 | 447 | 74 | 56 |
| Binary | 10110010 | 101111 | 10111101 | 110 | 1001011 | 0 | 11010 | 100100111 | 111100 | 101110 |
Color Harmonies of #B22FBD
Complementary color
Monochromatic Colors of #B22FBD
Black with #B22FBD
Text Example
Text Example
White with #B22FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22FBD; }
p { color: rgb(178,47,189); }
H1.HeaderClassName
{
color: #B22FBD;
}
.AnyTagClassName
{
color: #B22FBD;
}
</style>
background-color css
<style>
a { background-color: #B22FBD; }
a { background-color: rgb(178,47,189); }
div.DivClassName
{
background-color: #B22FBD;
}
.BgClassName
{
background-color: #B22FBD;
}
</style>
border-color css
<style>
span { border-color: #B22FBD; }
span { border-color: rgb(178,47,189); }
td.TdClassName
{
border-color: #B22FBD;
}
.TagClassName
{
border-color: #B22FBD;
}
</style>