Shades of Dark Orchid #B433C2
Tints of Dark Orchid #B433C2
RGB
CMYK
RGB Variations
Color information
#B433C2 (or 0xB433C2) is known color: Dark Orchid. HEX triplet: B4, 33 and C2. RGB value is (180,51,194). Sum of RGB (Red+Green+Blue) = 180+51+194=425 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.35% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 194 (76.17% from 255 or 45.65% from 425); Max value from RGB is 194 - color contains mainly: blue. Hex color #B433C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B433C2 is #4BCC3D. Grayscale: #696969. Windows color (decimal): -4967486 or 12727220. OLE color: 12727220.
HSL color Cylindrical-coordinate representation of color #B433C2: hue angle of 294.13º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B433C2 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 180 | 51 | 194 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.24 |
| HSL | 294.13º | 0.58% | 0.48% | - |
| HSV(B) | 294.13º | 0.74% | 0.76% | - |
| XYZ | 29.74 | 15.97 | 52.55 | - |
| YUV | 105.87 | 177.74 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 194 | 0.07 | 0.74 | 0 | 0.24 | 294.13 | 0.58 | 0.48 |
| Hex | B4 | 33 | C2 | 7 | 4A | 0 | 18 | 126 | 3A | 30 |
| Octal | 264 | 63 | 302 | 7 | 112 | 0 | 30 | 446 | 72 | 60 |
| Binary | 10110100 | 110011 | 11000010 | 111 | 1001010 | 0 | 11000 | 100100110 | 111010 | 110000 |
Color Harmonies of #B433C2
Complementary color
Monochromatic Colors of #B433C2
Black with #B433C2
Text Example
Text Example
White with #B433C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B433C2; }
p { color: rgb(180,51,194); }
H1.HeaderClassName
{
color: #B433C2;
}
.AnyTagClassName
{
color: #B433C2;
}
</style>
background-color css
<style>
a { background-color: #B433C2; }
a { background-color: rgb(180,51,194); }
div.DivClassName
{
background-color: #B433C2;
}
.BgClassName
{
background-color: #B433C2;
}
</style>
border-color css
<style>
span { border-color: #B433C2; }
span { border-color: rgb(180,51,194); }
td.TdClassName
{
border-color: #B433C2;
}
.TagClassName
{
border-color: #B433C2;
}
</style>