Shades of Dark Orchid #B433EC
Tints of Dark Orchid #B433EC
RGB
CMYK
RGB Variations
Color information
#B433EC (or 0xB433EC) is known color: Dark Orchid. HEX triplet: B4, 33 and EC. RGB value is (180,51,236). Sum of RGB (Red+Green+Blue) = 180+51+236=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 51 (20.31% from 255 or 10.92% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #B433EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B433EC is #4BCC13. Grayscale: #6E6E6E. Windows color (decimal): -4967444 or 15479732. OLE color: 15479732.
HSL color Cylindrical-coordinate representation of color #B433EC: hue angle of 281.84º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B433EC is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 51 | 236 | - |
| CMYK | 0.24 | 0.78 | 0 | 0.07 |
| HSL | 281.84º | 0.83% | 0.56% | - |
| HSV(B) | 281.84º | 0.78% | 0.93% | - |
| XYZ | 35.15 | 18.13 | 81 | - |
| YUV | 110.66 | 198.74 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 236 | 0.24 | 0.78 | 0 | 0.07 | 281.84 | 0.83 | 0.56 |
| Hex | B4 | 33 | EC | 18 | 4E | 0 | 7 | 11A | 53 | 38 |
| Octal | 264 | 63 | 354 | 30 | 116 | 0 | 7 | 432 | 123 | 70 |
| Binary | 10110100 | 110011 | 11101100 | 11000 | 1001110 | 0 | 111 | 100011010 | 1010011 | 111000 |
Color Harmonies of #B433EC
Complementary color
Monochromatic Colors of #B433EC
Black with #B433EC
Text Example
Text Example
White with #B433EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B433EC; }
p { color: rgb(180,51,236); }
H1.HeaderClassName
{
color: #B433EC;
}
.AnyTagClassName
{
color: #B433EC;
}
</style>
background-color css
<style>
a { background-color: #B433EC; }
a { background-color: rgb(180,51,236); }
div.DivClassName
{
background-color: #B433EC;
}
.BgClassName
{
background-color: #B433EC;
}
</style>
border-color css
<style>
span { border-color: #B433EC; }
span { border-color: rgb(180,51,236); }
td.TdClassName
{
border-color: #B433EC;
}
.TagClassName
{
border-color: #B433EC;
}
</style>