Shades of Dark Orchid #B333CF
Tints of Dark Orchid #B333CF
RGB
CMYK
RGB Variations
Color information
#B333CF (or 0xB333CF) is known color: Dark Orchid. HEX triplet: B3, 33 and CF. RGB value is (179,51,207). Sum of RGB (Red+Green+Blue) = 179+51+207=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 51 (20.31% from 255 or 11.67% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #B333CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B333CF is #4CCC30. Grayscale: #6A6A6A. Windows color (decimal): -5033009 or 13579187. OLE color: 13579187.
HSL color Cylindrical-coordinate representation of color #B333CF: hue angle of 289.23º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B333CF is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 51 | 207 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.19 |
| HSL | 289.23º | 0.62% | 0.51% | - |
| HSV(B) | 289.23º | 0.75% | 0.81% | - |
| XYZ | 31.04 | 16.46 | 60.57 | - |
| YUV | 107.06 | 184.41 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 51 | 207 | 0.14 | 0.75 | 0 | 0.19 | 289.23 | 0.62 | 0.51 |
| Hex | B3 | 33 | CF | E | 4B | 0 | 13 | 121 | 3E | 33 |
| Octal | 263 | 63 | 317 | 16 | 113 | 0 | 23 | 441 | 76 | 63 |
| Binary | 10110011 | 110011 | 11001111 | 1110 | 1001011 | 0 | 10011 | 100100001 | 111110 | 110011 |
Color Harmonies of #B333CF
Complementary color
Monochromatic Colors of #B333CF
Black with #B333CF
Text Example
Text Example
White with #B333CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B333CF; }
p { color: rgb(179,51,207); }
H1.HeaderClassName
{
color: #B333CF;
}
.AnyTagClassName
{
color: #B333CF;
}
</style>
background-color css
<style>
a { background-color: #B333CF; }
a { background-color: rgb(179,51,207); }
div.DivClassName
{
background-color: #B333CF;
}
.BgClassName
{
background-color: #B333CF;
}
</style>
border-color css
<style>
span { border-color: #B333CF; }
span { border-color: rgb(179,51,207); }
td.TdClassName
{
border-color: #B333CF;
}
.TagClassName
{
border-color: #B333CF;
}
</style>