Shades of Dark Orchid #B925E4
Tints of Dark Orchid #B925E4
RGB
CMYK
RGB Variations
Color information
#B925E4 (or 0xB925E4) is known color: Dark Orchid. HEX triplet: B9, 25 and E4. RGB value is (185,37,228). Sum of RGB (Red+Green+Blue) = 185+37+228=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 37 (14.84% from 255 or 8.22% from 450); Blue value is 228 (89.45% from 255 or 50.67% from 450); Max value from RGB is 228 - color contains mainly: blue. Hex color #B925E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B925E4 is #46DA1B. Grayscale: #666666. Windows color (decimal): -4643356 or 14951865. OLE color: 14951865.
HSL color Cylindrical-coordinate representation of color #B925E4: hue angle of 286.49º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B925E4 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 37 | 228 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.11 |
| HSL | 286.49º | 0.78% | 0.52% | - |
| HSV(B) | 286.49º | 0.84% | 0.89% | - |
| XYZ | 34.67 | 17.24 | 74.9 | - |
| YUV | 103.03 | 198.53 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 37 | 228 | 0.19 | 0.84 | 0 | 0.11 | 286.49 | 0.78 | 0.52 |
| Hex | B9 | 25 | E4 | 13 | 54 | 0 | B | 11E | 4E | 34 |
| Octal | 271 | 45 | 344 | 23 | 124 | 0 | 13 | 436 | 116 | 64 |
| Binary | 10111001 | 100101 | 11100100 | 10011 | 1010100 | 0 | 1011 | 100011110 | 1001110 | 110100 |
Color Harmonies of #B925E4
Complementary color
Monochromatic Colors of #B925E4
Black with #B925E4
Text Example
Text Example
White with #B925E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B925E4; }
p { color: rgb(185,37,228); }
H1.HeaderClassName
{
color: #B925E4;
}
.AnyTagClassName
{
color: #B925E4;
}
</style>
background-color css
<style>
a { background-color: #B925E4; }
a { background-color: rgb(185,37,228); }
div.DivClassName
{
background-color: #B925E4;
}
.BgClassName
{
background-color: #B925E4;
}
</style>
border-color css
<style>
span { border-color: #B925E4; }
span { border-color: rgb(185,37,228); }
td.TdClassName
{
border-color: #B925E4;
}
.TagClassName
{
border-color: #B925E4;
}
</style>