Shades of Dark Orchid #B923E4
Tints of Dark Orchid #B923E4
RGB
CMYK
RGB Variations
Color information
#B923E4 (or 0xB923E4) is known color: Dark Orchid. HEX triplet: B9, 23 and E4. RGB value is (185,35,228). Sum of RGB (Red+Green+Blue) = 185+35+228=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 228 (89.45% from 255 or 50.89% from 448); Max value from RGB is 228 - color contains mainly: blue. Hex color #B923E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B923E4 is #46DC1B. Grayscale: #656565. Windows color (decimal): -4643868 or 14951353. OLE color: 14951353.
HSL color Cylindrical-coordinate representation of color #B923E4: hue angle of 286.63º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B923E4 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 35 | 228 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.11 |
| HSL | 286.63º | 0.78% | 0.52% | - |
| HSV(B) | 286.63º | 0.85% | 0.89% | - |
| XYZ | 34.61 | 17.12 | 74.88 | - |
| YUV | 101.85 | 199.2 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 35 | 228 | 0.19 | 0.85 | 0 | 0.11 | 286.63 | 0.78 | 0.52 |
| Hex | B9 | 23 | E4 | 13 | 55 | 0 | B | 11F | 4E | 34 |
| Octal | 271 | 43 | 344 | 23 | 125 | 0 | 13 | 437 | 116 | 64 |
| Binary | 10111001 | 100011 | 11100100 | 10011 | 1010101 | 0 | 1011 | 100011111 | 1001110 | 110100 |
Color Harmonies of #B923E4
Complementary color
Monochromatic Colors of #B923E4
Black with #B923E4
Text Example
Text Example
White with #B923E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B923E4; }
p { color: rgb(185,35,228); }
H1.HeaderClassName
{
color: #B923E4;
}
.AnyTagClassName
{
color: #B923E4;
}
</style>
background-color css
<style>
a { background-color: #B923E4; }
a { background-color: rgb(185,35,228); }
div.DivClassName
{
background-color: #B923E4;
}
.BgClassName
{
background-color: #B923E4;
}
</style>
border-color css
<style>
span { border-color: #B923E4; }
span { border-color: rgb(185,35,228); }
td.TdClassName
{
border-color: #B923E4;
}
.TagClassName
{
border-color: #B923E4;
}
</style>