Shades of Dark Orchid #B333CC
Tints of Dark Orchid #B333CC
RGB
CMYK
RGB Variations
Color information
#B333CC (or 0xB333CC) is known color: Dark Orchid. HEX triplet: B3, 33 and CC. RGB value is (179,51,204). Sum of RGB (Red+Green+Blue) = 179+51+204=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #B333CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333CC is #4CCC33. Grayscale: #6A6A6A. Windows color (decimal): -5033012 or 13382579. OLE color: 13382579.
HSL color Cylindrical-coordinate representation of color #B333CC: hue angle of 290.2º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B333CC is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 179 | 51 | 204 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.2 |
| HSL | 290.2º | 0.6% | 0.5% | - |
| HSV(B) | 290.2º | 0.75% | 0.8% | - |
| XYZ | 30.67 | 16.31 | 58.66 | - |
| YUV | 106.71 | 182.91 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 204 | 0.12 | 0.75 | 0 | 0.2 | 290.2 | 0.6 | 0.5 |
| Hex | B3 | 33 | CC | C | 4B | 0 | 14 | 122 | 3C | 32 |
| Octal | 263 | 63 | 314 | 14 | 113 | 0 | 24 | 442 | 74 | 62 |
| Binary | 10110011 | 110011 | 11001100 | 1100 | 1001011 | 0 | 10100 | 100100010 | 111100 | 110010 |
Color Harmonies of #B333CC
Complementary color
Monochromatic Colors of #B333CC
Black with #B333CC
Text Example
Text Example
White with #B333CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B333CC; }
p { color: rgb(179,51,204); }
H1.HeaderClassName
{
color: #B333CC;
}
.AnyTagClassName
{
color: #B333CC;
}
</style>
background-color css
<style>
a { background-color: #B333CC; }
a { background-color: rgb(179,51,204); }
div.DivClassName
{
background-color: #B333CC;
}
.BgClassName
{
background-color: #B333CC;
}
</style>
border-color css
<style>
span { border-color: #B333CC; }
span { border-color: rgb(179,51,204); }
td.TdClassName
{
border-color: #B333CC;
}
.TagClassName
{
border-color: #B333CC;
}
</style>