Shades of Dark Orchid #B925E1
Tints of Dark Orchid #B925E1
RGB
CMYK
RGB Variations
Color information
#B925E1 (or 0xB925E1) is known color: Dark Orchid. HEX triplet: B9, 25 and E1. RGB value is (185,37,225). Sum of RGB (Red+Green+Blue) = 185+37+225=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 37 (14.84% from 255 or 8.28% from 447); Blue value is 225 (88.28% from 255 or 50.34% from 447); Max value from RGB is 225 - color contains mainly: blue. Hex color #B925E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B925E1 is #46DA1E. Grayscale: #666666. Windows color (decimal): -4643359 or 14755257. OLE color: 14755257.
HSL color Cylindrical-coordinate representation of color #B925E1: hue angle of 287.23º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B925E1 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 37 | 225 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.12 |
| HSL | 287.23º | 0.76% | 0.51% | - |
| HSV(B) | 287.23º | 0.84% | 0.88% | - |
| XYZ | 34.26 | 17.07 | 72.72 | - |
| YUV | 102.68 | 197.03 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 225 | 0.18 | 0.84 | 0 | 0.12 | 287.23 | 0.76 | 0.51 |
| Hex | B9 | 25 | E1 | 12 | 54 | 0 | C | 11F | 4C | 33 |
| Octal | 271 | 45 | 341 | 22 | 124 | 0 | 14 | 437 | 114 | 63 |
| Binary | 10111001 | 100101 | 11100001 | 10010 | 1010100 | 0 | 1100 | 100011111 | 1001100 | 110011 |
Color Harmonies of #B925E1
Complementary color
Monochromatic Colors of #B925E1
Black with #B925E1
Text Example
Text Example
White with #B925E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B925E1; }
p { color: rgb(185,37,225); }
H1.HeaderClassName
{
color: #B925E1;
}
.AnyTagClassName
{
color: #B925E1;
}
</style>
background-color css
<style>
a { background-color: #B925E1; }
a { background-color: rgb(185,37,225); }
div.DivClassName
{
background-color: #B925E1;
}
.BgClassName
{
background-color: #B925E1;
}
</style>
border-color css
<style>
span { border-color: #B925E1; }
span { border-color: rgb(185,37,225); }
td.TdClassName
{
border-color: #B925E1;
}
.TagClassName
{
border-color: #B925E1;
}
</style>