Shades of Dark Orchid #B433E4
Tints of Dark Orchid #B433E4
RGB
CMYK
RGB Variations
Color information
#B433E4 (or 0xB433E4) is known color: Dark Orchid. HEX triplet: B4, 33 and E4. RGB value is (180,51,228). Sum of RGB (Red+Green+Blue) = 180+51+228=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 228 (89.45% from 255 or 49.67% from 459); Max value from RGB is 228 - color contains mainly: blue. Hex color #B433E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B433E4 is #4BCC1B. Grayscale: #6D6D6D. Windows color (decimal): -4967452 or 14955444. OLE color: 14955444.
HSL color Cylindrical-coordinate representation of color #B433E4: hue angle of 283.73º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B433E4 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 51 | 228 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.11 |
| HSL | 283.73º | 0.77% | 0.55% | - |
| HSV(B) | 283.73º | 0.78% | 0.89% | - |
| XYZ | 34.01 | 17.67 | 75.02 | - |
| YUV | 109.75 | 194.74 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 228 | 0.21 | 0.78 | 0 | 0.11 | 283.73 | 0.77 | 0.55 |
| Hex | B4 | 33 | E4 | 15 | 4E | 0 | B | 11C | 4D | 37 |
| Octal | 264 | 63 | 344 | 25 | 116 | 0 | 13 | 434 | 115 | 67 |
| Binary | 10110100 | 110011 | 11100100 | 10101 | 1001110 | 0 | 1011 | 100011100 | 1001101 | 110111 |
Color Harmonies of #B433E4
Complementary color
Monochromatic Colors of #B433E4
Black with #B433E4
Text Example
Text Example
White with #B433E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B433E4; }
p { color: rgb(180,51,228); }
H1.HeaderClassName
{
color: #B433E4;
}
.AnyTagClassName
{
color: #B433E4;
}
</style>
background-color css
<style>
a { background-color: #B433E4; }
a { background-color: rgb(180,51,228); }
div.DivClassName
{
background-color: #B433E4;
}
.BgClassName
{
background-color: #B433E4;
}
</style>
border-color css
<style>
span { border-color: #B433E4; }
span { border-color: rgb(180,51,228); }
td.TdClassName
{
border-color: #B433E4;
}
.TagClassName
{
border-color: #B433E4;
}
</style>