Shades of Dark Orchid #B333C6
Tints of Dark Orchid #B333C6
RGB
CMYK
RGB Variations
Color information
#B333C6 (or 0xB333C6) is known color: Dark Orchid. HEX triplet: B3, 33 and C6. RGB value is (179,51,198). Sum of RGB (Red+Green+Blue) = 179+51+198=428 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.82% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 198 - color contains mainly: blue. Hex color #B333C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333C6 is #4CCC39. Grayscale: #696969. Windows color (decimal): -5033018 or 12989363. OLE color: 12989363.
HSL color Cylindrical-coordinate representation of color #B333C6: hue angle of 292.24º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B333C6 is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 179 | 51 | 198 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.22 |
| HSL | 292.24º | 0.59% | 0.49% | - |
| HSV(B) | 292.24º | 0.74% | 0.78% | - |
| XYZ | 29.97 | 16.03 | 54.94 | - |
| YUV | 106.03 | 179.91 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 198 | 0.10 | 0.74 | 0 | 0.22 | 292.24 | 0.59 | 0.49 |
| Hex | B3 | 33 | C6 | A | 4A | 0 | 16 | 124 | 3B | 31 |
| Octal | 263 | 63 | 306 | 12 | 112 | 0 | 26 | 444 | 73 | 61 |
| Binary | 10110011 | 110011 | 11000110 | 1010 | 1001010 | 0 | 10110 | 100100100 | 111011 | 110001 |
Color Harmonies of #B333C6
Complementary color
Monochromatic Colors of #B333C6
Black with #B333C6
Text Example
Text Example
White with #B333C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B333C6; }
p { color: rgb(179,51,198); }
H1.HeaderClassName
{
color: #B333C6;
}
.AnyTagClassName
{
color: #B333C6;
}
</style>
background-color css
<style>
a { background-color: #B333C6; }
a { background-color: rgb(179,51,198); }
div.DivClassName
{
background-color: #B333C6;
}
.BgClassName
{
background-color: #B333C6;
}
</style>
border-color css
<style>
span { border-color: #B333C6; }
span { border-color: rgb(179,51,198); }
td.TdClassName
{
border-color: #B333C6;
}
.TagClassName
{
border-color: #B333C6;
}
</style>