Shades of Dark Orchid #B333C4
Tints of Dark Orchid #B333C4
RGB
CMYK
RGB Variations
Color information
#B333C4 (or 0xB333C4) is known color: Dark Orchid. HEX triplet: B3, 33 and C4. RGB value is (179,51,196). Sum of RGB (Red+Green+Blue) = 179+51+196=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 51 (20.31% from 255 or 11.97% from 426); Blue value is 196 (76.95% from 255 or 46.01% from 426); Max value from RGB is 196 - color contains mainly: blue. Hex color #B333C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333C4 is #4CCC3B. Grayscale: #696969. Windows color (decimal): -5033020 or 12858291. OLE color: 12858291.
HSL color Cylindrical-coordinate representation of color #B333C4: hue angle of 292.97º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B333C4 is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 179 | 51 | 196 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.23 |
| HSL | 292.97º | 0.59% | 0.48% | - |
| HSV(B) | 292.97º | 0.74% | 0.77% | - |
| XYZ | 29.74 | 15.94 | 53.73 | - |
| YUV | 105.8 | 178.91 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 196 | 0.09 | 0.74 | 0 | 0.23 | 292.97 | 0.59 | 0.48 |
| Hex | B3 | 33 | C4 | 9 | 4A | 0 | 17 | 125 | 3B | 30 |
| Octal | 263 | 63 | 304 | 11 | 112 | 0 | 27 | 445 | 73 | 60 |
| Binary | 10110011 | 110011 | 11000100 | 1001 | 1001010 | 0 | 10111 | 100100101 | 111011 | 110000 |
Color Harmonies of #B333C4
Complementary color
Monochromatic Colors of #B333C4
Black with #B333C4
Text Example
Text Example
White with #B333C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B333C4; }
p { color: rgb(179,51,196); }
H1.HeaderClassName
{
color: #B333C4;
}
.AnyTagClassName
{
color: #B333C4;
}
</style>
background-color css
<style>
a { background-color: #B333C4; }
a { background-color: rgb(179,51,196); }
div.DivClassName
{
background-color: #B333C4;
}
.BgClassName
{
background-color: #B333C4;
}
</style>
border-color css
<style>
span { border-color: #B333C4; }
span { border-color: rgb(179,51,196); }
td.TdClassName
{
border-color: #B333C4;
}
.TagClassName
{
border-color: #B333C4;
}
</style>