Shades of Dark Orchid #B333D4
Tints of Dark Orchid #B333D4
RGB
CMYK
RGB Variations
Color information
#B333D4 (or 0xB333D4) is known color: Dark Orchid. HEX triplet: B3, 33 and D4. RGB value is (179,51,212). Sum of RGB (Red+Green+Blue) = 179+51+212=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 212 (83.20% from 255 or 47.96% from 442); Max value from RGB is 212 - color contains mainly: blue. Hex color #B333D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333D4 is #4CCC2B. Grayscale: #6B6B6B. Windows color (decimal): -5033004 or 13906867. OLE color: 13906867.
HSL color Cylindrical-coordinate representation of color #B333D4: hue angle of 287.7º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B333D4 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 51 | 212 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.17 |
| HSL | 287.7º | 0.65% | 0.52% | - |
| HSV(B) | 287.7º | 0.76% | 0.83% | - |
| XYZ | 31.66 | 16.7 | 63.84 | - |
| YUV | 107.63 | 186.91 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 212 | 0.16 | 0.76 | 0 | 0.17 | 287.7 | 0.65 | 0.52 |
| Hex | B3 | 33 | D4 | 10 | 4C | 0 | 11 | 120 | 41 | 34 |
| Octal | 263 | 63 | 324 | 20 | 114 | 0 | 21 | 440 | 101 | 64 |
| Binary | 10110011 | 110011 | 11010100 | 10000 | 1001100 | 0 | 10001 | 100100000 | 1000001 | 110100 |
Color Harmonies of #B333D4
Complementary color
Monochromatic Colors of #B333D4
Black with #B333D4
Text Example
Text Example
White with #B333D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B333D4; }
p { color: rgb(179,51,212); }
H1.HeaderClassName
{
color: #B333D4;
}
.AnyTagClassName
{
color: #B333D4;
}
</style>
background-color css
<style>
a { background-color: #B333D4; }
a { background-color: rgb(179,51,212); }
div.DivClassName
{
background-color: #B333D4;
}
.BgClassName
{
background-color: #B333D4;
}
</style>
border-color css
<style>
span { border-color: #B333D4; }
span { border-color: rgb(179,51,212); }
td.TdClassName
{
border-color: #B333D4;
}
.TagClassName
{
border-color: #B333D4;
}
</style>