Shades of Dark Orchid #B225DF
Tints of Dark Orchid #B225DF
RGB
CMYK
RGB Variations
Color information
#B225DF (or 0xB225DF) is known color: Dark Orchid. HEX triplet: B2, 25 and DF. RGB value is (178,37,223). Sum of RGB (Red+Green+Blue) = 178+37+223=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 37 (14.84% from 255 or 8.45% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #B225DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B225DF is #4DDA20. Grayscale: #636363. Windows color (decimal): -5102113 or 14624178. OLE color: 14624178.
HSL color Cylindrical-coordinate representation of color #B225DF: hue angle of 285.48º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B225DF is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 37 | 223 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.13 |
| HSL | 285.48º | 0.74% | 0.51% | - |
| HSV(B) | 285.48º | 0.83% | 0.87% | - |
| XYZ | 32.34 | 16.12 | 71.22 | - |
| YUV | 100.36 | 197.21 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 37 | 223 | 0.20 | 0.83 | 0 | 0.13 | 285.48 | 0.74 | 0.51 |
| Hex | B2 | 25 | DF | 14 | 53 | 0 | D | 11D | 4A | 33 |
| Octal | 262 | 45 | 337 | 24 | 123 | 0 | 15 | 435 | 112 | 63 |
| Binary | 10110010 | 100101 | 11011111 | 10100 | 1010011 | 0 | 1101 | 100011101 | 1001010 | 110011 |
Color Harmonies of #B225DF
Complementary color
Monochromatic Colors of #B225DF
Black with #B225DF
Text Example
Text Example
White with #B225DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B225DF; }
p { color: rgb(178,37,223); }
H1.HeaderClassName
{
color: #B225DF;
}
.AnyTagClassName
{
color: #B225DF;
}
</style>
background-color css
<style>
a { background-color: #B225DF; }
a { background-color: rgb(178,37,223); }
div.DivClassName
{
background-color: #B225DF;
}
.BgClassName
{
background-color: #B225DF;
}
</style>
border-color css
<style>
span { border-color: #B225DF; }
span { border-color: rgb(178,37,223); }
td.TdClassName
{
border-color: #B225DF;
}
.TagClassName
{
border-color: #B225DF;
}
</style>