Shades of Dark Orchid #B532C4
Tints of Dark Orchid #B532C4
RGB
CMYK
RGB Variations
Color information
#B532C4 (or 0xB532C4) is known color: Dark Orchid. HEX triplet: B5, 32 and C4. RGB value is (181,50,196). Sum of RGB (Red+Green+Blue) = 181+50+196=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 196 (76.95% from 255 or 45.90% from 427); Max value from RGB is 196 - color contains mainly: blue. Hex color #B532C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B532C4 is #4ACD3B. Grayscale: #696969. Windows color (decimal): -4902204 or 12858037. OLE color: 12858037.
HSL color Cylindrical-coordinate representation of color #B532C4: hue angle of 293.84º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B532C4 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 181 | 50 | 196 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.23 |
| HSL | 293.84º | 0.59% | 0.48% | - |
| HSV(B) | 293.84º | 0.74% | 0.77% | - |
| XYZ | 30.16 | 16.09 | 53.74 | - |
| YUV | 105.81 | 178.9 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 196 | 0.08 | 0.74 | 0 | 0.23 | 293.84 | 0.59 | 0.48 |
| Hex | B5 | 32 | C4 | 8 | 4A | 0 | 17 | 126 | 3B | 30 |
| Octal | 265 | 62 | 304 | 10 | 112 | 0 | 27 | 446 | 73 | 60 |
| Binary | 10110101 | 110010 | 11000100 | 1000 | 1001010 | 0 | 10111 | 100100110 | 111011 | 110000 |
Color Harmonies of #B532C4
Complementary color
Monochromatic Colors of #B532C4
Black with #B532C4
Text Example
Text Example
White with #B532C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B532C4; }
p { color: rgb(181,50,196); }
H1.HeaderClassName
{
color: #B532C4;
}
.AnyTagClassName
{
color: #B532C4;
}
</style>
background-color css
<style>
a { background-color: #B532C4; }
a { background-color: rgb(181,50,196); }
div.DivClassName
{
background-color: #B532C4;
}
.BgClassName
{
background-color: #B532C4;
}
</style>
border-color css
<style>
span { border-color: #B532C4; }
span { border-color: rgb(181,50,196); }
td.TdClassName
{
border-color: #B532C4;
}
.TagClassName
{
border-color: #B532C4;
}
</style>