Shades of Dark Orchid #B433C0
Tints of Dark Orchid #B433C0
RGB
CMYK
RGB Variations
Color information
#B433C0 (or 0xB433C0) is known color: Dark Orchid. HEX triplet: B4, 33 and C0. RGB value is (180,51,192). Sum of RGB (Red+Green+Blue) = 180+51+192=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #B433C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B433C0 is #4BCC3F. Grayscale: #696969. Windows color (decimal): -4967488 or 12596148. OLE color: 12596148.
HSL color Cylindrical-coordinate representation of color #B433C0: hue angle of 294.89º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B433C0 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 51 | 192 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.25 |
| HSL | 294.89º | 0.58% | 0.48% | - |
| HSV(B) | 294.89º | 0.73% | 0.75% | - |
| XYZ | 29.52 | 15.88 | 51.38 | - |
| YUV | 105.65 | 176.74 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 192 | 0.06 | 0.73 | 0 | 0.25 | 294.89 | 0.58 | 0.48 |
| Hex | B4 | 33 | C0 | 6 | 49 | 0 | 19 | 127 | 3A | 30 |
| Octal | 264 | 63 | 300 | 6 | 111 | 0 | 31 | 447 | 72 | 60 |
| Binary | 10110100 | 110011 | 11000000 | 110 | 1001001 | 0 | 11001 | 100100111 | 111010 | 110000 |
Color Harmonies of #B433C0
Complementary color
Monochromatic Colors of #B433C0
Black with #B433C0
Text Example
Text Example
White with #B433C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B433C0; }
p { color: rgb(180,51,192); }
H1.HeaderClassName
{
color: #B433C0;
}
.AnyTagClassName
{
color: #B433C0;
}
</style>
background-color css
<style>
a { background-color: #B433C0; }
a { background-color: rgb(180,51,192); }
div.DivClassName
{
background-color: #B433C0;
}
.BgClassName
{
background-color: #B433C0;
}
</style>
border-color css
<style>
span { border-color: #B433C0; }
span { border-color: rgb(180,51,192); }
td.TdClassName
{
border-color: #B433C0;
}
.TagClassName
{
border-color: #B433C0;
}
</style>