Shades of Dark Orchid #B333D7
Tints of Dark Orchid #B333D7
RGB
CMYK
RGB Variations
Color information
#B333D7 (or 0xB333D7) is known color: Dark Orchid. HEX triplet: B3, 33 and D7. RGB value is (179,51,215). Sum of RGB (Red+Green+Blue) = 179+51+215=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 51 (20.31% from 255 or 11.46% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #B333D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333D7 is #4CCC28. Grayscale: #6B6B6B. Windows color (decimal): -5033001 or 14103475. OLE color: 14103475.
HSL color Cylindrical-coordinate representation of color #B333D7: hue angle of 286.83º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B333D7 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 51 | 215 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.16 |
| HSL | 286.83º | 0.67% | 0.52% | - |
| HSV(B) | 286.83º | 0.76% | 0.84% | - |
| XYZ | 32.04 | 16.86 | 65.86 | - |
| YUV | 107.97 | 188.41 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 215 | 0.17 | 0.76 | 0 | 0.16 | 286.83 | 0.67 | 0.52 |
| Hex | B3 | 33 | D7 | 11 | 4C | 0 | 10 | 11F | 43 | 34 |
| Octal | 263 | 63 | 327 | 21 | 114 | 0 | 20 | 437 | 103 | 64 |
| Binary | 10110011 | 110011 | 11010111 | 10001 | 1001100 | 0 | 10000 | 100011111 | 1000011 | 110100 |
Color Harmonies of #B333D7
Complementary color
Monochromatic Colors of #B333D7
Black with #B333D7
Text Example
Text Example
White with #B333D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B333D7; }
p { color: rgb(179,51,215); }
H1.HeaderClassName
{
color: #B333D7;
}
.AnyTagClassName
{
color: #B333D7;
}
</style>
background-color css
<style>
a { background-color: #B333D7; }
a { background-color: rgb(179,51,215); }
div.DivClassName
{
background-color: #B333D7;
}
.BgClassName
{
background-color: #B333D7;
}
</style>
border-color css
<style>
span { border-color: #B333D7; }
span { border-color: rgb(179,51,215); }
td.TdClassName
{
border-color: #B333D7;
}
.TagClassName
{
border-color: #B333D7;
}
</style>