Shades of Dark Orchid #B225AF
Tints of Dark Orchid #B225AF
RGB
CMYK
RGB Variations
Color information
#B225AF (or 0xB225AF) is known color: Dark Orchid. HEX triplet: B2, 25 and AF. RGB value is (178,37,175). Sum of RGB (Red+Green+Blue) = 178+37+175=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 37 (14.84% from 255 or 9.49% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B225AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B225AF is #4DDA50. Grayscale: #5E5E5E. Windows color (decimal): -5102161 or 11478450. OLE color: 11478450.
HSL color Cylindrical-coordinate representation of color #B225AF: hue angle of 301.28º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B225AF is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 37 | 175 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.30 |
| HSL | 301.28º | 0.66% | 0.42% | - |
| HSV(B) | 301.28º | 0.79% | 0.7% | - |
| XYZ | 26.76 | 13.88 | 41.83 | - |
| YUV | 94.89 | 173.21 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 37 | 175 | 0 | 0.79 | 0.02 | 0.30 | 301.28 | 0.66 | 0.42 |
| Hex | B2 | 25 | AF | 0 | 4F | 2 | 1E | 12D | 42 | 2A |
| Octal | 262 | 45 | 257 | 0 | 117 | 2 | 36 | 455 | 102 | 52 |
| Binary | 10110010 | 100101 | 10101111 | 0 | 1001111 | 10 | 11110 | 100101101 | 1000010 | 101010 |
Color Harmonies of #B225AF
Complementary color
Monochromatic Colors of #B225AF
Black with #B225AF
Text Example
Text Example
White with #B225AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B225AF; }
p { color: rgb(178,37,175); }
H1.HeaderClassName
{
color: #B225AF;
}
.AnyTagClassName
{
color: #B225AF;
}
</style>
background-color css
<style>
a { background-color: #B225AF; }
a { background-color: rgb(178,37,175); }
div.DivClassName
{
background-color: #B225AF;
}
.BgClassName
{
background-color: #B225AF;
}
</style>
border-color css
<style>
span { border-color: #B225AF; }
span { border-color: rgb(178,37,175); }
td.TdClassName
{
border-color: #B225AF;
}
.TagClassName
{
border-color: #B225AF;
}
</style>