Shades of Dark Orchid #B227AF
Tints of Dark Orchid #B227AF
RGB
CMYK
RGB Variations
Color information
#B227AF (or 0xB227AF) is known color: Dark Orchid. HEX triplet: B2, 27 and AF. RGB value is (178,39,175). Sum of RGB (Red+Green+Blue) = 178+39+175=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B227AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B227AF is #4DD850. Grayscale: #5F5F5F. Windows color (decimal): -5101649 or 11478962. OLE color: 11478962.
HSL color Cylindrical-coordinate representation of color #B227AF: hue angle of 301.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B227AF is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 39 | 175 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.30 |
| HSL | 301.3º | 0.64% | 0.43% | - |
| HSV(B) | 301.3º | 0.78% | 0.7% | - |
| XYZ | 26.82 | 14.01 | 41.85 | - |
| YUV | 96.07 | 172.55 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 39 | 175 | 0 | 0.78 | 0.02 | 0.30 | 301.3 | 0.64 | 0.43 |
| Hex | B2 | 27 | AF | 0 | 4E | 2 | 1E | 12D | 40 | 2B |
| Octal | 262 | 47 | 257 | 0 | 116 | 2 | 36 | 455 | 100 | 53 |
| Binary | 10110010 | 100111 | 10101111 | 0 | 1001110 | 10 | 11110 | 100101101 | 1000000 | 101011 |
Color Harmonies of #B227AF
Complementary color
Monochromatic Colors of #B227AF
Black with #B227AF
Text Example
Text Example
White with #B227AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B227AF; }
p { color: rgb(178,39,175); }
H1.HeaderClassName
{
color: #B227AF;
}
.AnyTagClassName
{
color: #B227AF;
}
</style>
background-color css
<style>
a { background-color: #B227AF; }
a { background-color: rgb(178,39,175); }
div.DivClassName
{
background-color: #B227AF;
}
.BgClassName
{
background-color: #B227AF;
}
</style>
border-color css
<style>
span { border-color: #B227AF; }
span { border-color: rgb(178,39,175); }
td.TdClassName
{
border-color: #B227AF;
}
.TagClassName
{
border-color: #B227AF;
}
</style>