Shades of Dark Orchid #B323E7
Tints of Dark Orchid #B323E7
RGB
CMYK
RGB Variations
Color information
#B323E7 (or 0xB323E7) is known color: Dark Orchid. HEX triplet: B3, 23 and E7. RGB value is (179,35,231). Sum of RGB (Red+Green+Blue) = 179+35+231=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 35 (14.06% from 255 or 7.87% from 445); Blue value is 231 (90.62% from 255 or 51.91% from 445); Max value from RGB is 231 - color contains mainly: blue. Hex color #B323E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B323E7 is #4CDC18. Grayscale: #636363. Windows color (decimal): -5037081 or 15147955. OLE color: 15147955.
HSL color Cylindrical-coordinate representation of color #B323E7: hue angle of 284.08º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B323E7 is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 35 | 231 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.09 |
| HSL | 284.08º | 0.8% | 0.52% | - |
| HSV(B) | 284.08º | 0.85% | 0.91% | - |
| XYZ | 33.62 | 16.56 | 77.03 | - |
| YUV | 100.4 | 201.71 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 231 | 0.23 | 0.85 | 0 | 0.09 | 284.08 | 0.8 | 0.52 |
| Hex | B3 | 23 | E7 | 17 | 55 | 0 | 9 | 11C | 50 | 34 |
| Octal | 263 | 43 | 347 | 27 | 125 | 0 | 11 | 434 | 120 | 64 |
| Binary | 10110011 | 100011 | 11100111 | 10111 | 1010101 | 0 | 1001 | 100011100 | 1010000 | 110100 |
Color Harmonies of #B323E7
Complementary color
Monochromatic Colors of #B323E7
Black with #B323E7
Text Example
Text Example
White with #B323E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B323E7; }
p { color: rgb(179,35,231); }
H1.HeaderClassName
{
color: #B323E7;
}
.AnyTagClassName
{
color: #B323E7;
}
</style>
background-color css
<style>
a { background-color: #B323E7; }
a { background-color: rgb(179,35,231); }
div.DivClassName
{
background-color: #B323E7;
}
.BgClassName
{
background-color: #B323E7;
}
</style>
border-color css
<style>
span { border-color: #B323E7; }
span { border-color: rgb(179,35,231); }
td.TdClassName
{
border-color: #B323E7;
}
.TagClassName
{
border-color: #B323E7;
}
</style>