Shades of Dark Orchid #B333E4
Tints of Dark Orchid #B333E4
RGB
CMYK
RGB Variations
Color information
#B333E4 (or 0xB333E4) is known color: Dark Orchid. HEX triplet: B3, 33 and E4. RGB value is (179,51,228). Sum of RGB (Red+Green+Blue) = 179+51+228=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 228 (89.45% from 255 or 49.78% from 458); Max value from RGB is 228 - color contains mainly: blue. Hex color #B333E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333E4 is #4CCC1B. Grayscale: #6C6C6C. Windows color (decimal): -5032988 or 14955443. OLE color: 14955443.
HSL color Cylindrical-coordinate representation of color #B333E4: hue angle of 283.39º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B333E4 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 51 | 228 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.11 |
| HSL | 283.39º | 0.77% | 0.55% | - |
| HSV(B) | 283.39º | 0.78% | 0.89% | - |
| XYZ | 33.78 | 17.55 | 75.01 | - |
| YUV | 109.45 | 194.91 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 228 | 0.21 | 0.78 | 0 | 0.11 | 283.39 | 0.77 | 0.55 |
| Hex | B3 | 33 | E4 | 15 | 4E | 0 | B | 11B | 4D | 37 |
| Octal | 263 | 63 | 344 | 25 | 116 | 0 | 13 | 433 | 115 | 67 |
| Binary | 10110011 | 110011 | 11100100 | 10101 | 1001110 | 0 | 1011 | 100011011 | 1001101 | 110111 |
Color Harmonies of #B333E4
Complementary color
Monochromatic Colors of #B333E4
Black with #B333E4
Text Example
Text Example
White with #B333E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B333E4; }
p { color: rgb(179,51,228); }
H1.HeaderClassName
{
color: #B333E4;
}
.AnyTagClassName
{
color: #B333E4;
}
</style>
background-color css
<style>
a { background-color: #B333E4; }
a { background-color: rgb(179,51,228); }
div.DivClassName
{
background-color: #B333E4;
}
.BgClassName
{
background-color: #B333E4;
}
</style>
border-color css
<style>
span { border-color: #B333E4; }
span { border-color: rgb(179,51,228); }
td.TdClassName
{
border-color: #B333E4;
}
.TagClassName
{
border-color: #B333E4;
}
</style>