Shades of Dark Orchid #B333BE
Tints of Dark Orchid #B333BE
RGB
CMYK
RGB Variations
Color information
#B333BE (or 0xB333BE) is known color: Dark Orchid. HEX triplet: B3, 33 and BE. RGB value is (179,51,190). Sum of RGB (Red+Green+Blue) = 179+51+190=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #B333BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333BE is #4CCC41. Grayscale: #686868. Windows color (decimal): -5033026 or 12465075. OLE color: 12465075.
HSL color Cylindrical-coordinate representation of color #B333BE: hue angle of 295.25º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B333BE is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 179 | 51 | 190 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.25 |
| HSL | 295.25º | 0.58% | 0.47% | - |
| HSV(B) | 295.25º | 0.73% | 0.75% | - |
| XYZ | 29.07 | 15.67 | 50.21 | - |
| YUV | 105.12 | 175.91 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 190 | 0.06 | 0.73 | 0 | 0.25 | 295.25 | 0.58 | 0.47 |
| Hex | B3 | 33 | BE | 6 | 49 | 0 | 19 | 127 | 3A | 2F |
| Octal | 263 | 63 | 276 | 6 | 111 | 0 | 31 | 447 | 72 | 57 |
| Binary | 10110011 | 110011 | 10111110 | 110 | 1001001 | 0 | 11001 | 100100111 | 111010 | 101111 |
Color Harmonies of #B333BE
Complementary color
Monochromatic Colors of #B333BE
Black with #B333BE
Text Example
Text Example
White with #B333BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B333BE; }
p { color: rgb(179,51,190); }
H1.HeaderClassName
{
color: #B333BE;
}
.AnyTagClassName
{
color: #B333BE;
}
</style>
background-color css
<style>
a { background-color: #B333BE; }
a { background-color: rgb(179,51,190); }
div.DivClassName
{
background-color: #B333BE;
}
.BgClassName
{
background-color: #B333BE;
}
</style>
border-color css
<style>
span { border-color: #B333BE; }
span { border-color: rgb(179,51,190); }
td.TdClassName
{
border-color: #B333BE;
}
.TagClassName
{
border-color: #B333BE;
}
</style>