Shades of Dark Orchid #B534CB
Tints of Dark Orchid #B534CB
RGB
CMYK
RGB Variations
Color information
#B534CB (or 0xB534CB) is known color: Dark Orchid. HEX triplet: B5, 34 and CB. RGB value is (181,52,203). Sum of RGB (Red+Green+Blue) = 181+52+203=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #B534CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534CB is #4ACB34. Grayscale: #6B6B6B. Windows color (decimal): -4901685 or 13317301. OLE color: 13317301.
HSL color Cylindrical-coordinate representation of color #B534CB: hue angle of 291.26º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B534CB is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 52 | 203 | - |
| CMYK | 0.11 | 0.74 | 0 | 0.20 |
| HSL | 291.26º | 0.59% | 0.5% | - |
| HSV(B) | 291.26º | 0.74% | 0.8% | - |
| XYZ | 31.06 | 16.59 | 58.07 | - |
| YUV | 107.79 | 181.74 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 203 | 0.11 | 0.74 | 0 | 0.20 | 291.26 | 0.59 | 0.5 |
| Hex | B5 | 34 | CB | B | 4A | 0 | 14 | 123 | 3B | 32 |
| Octal | 265 | 64 | 313 | 13 | 112 | 0 | 24 | 443 | 73 | 62 |
| Binary | 10110101 | 110100 | 11001011 | 1011 | 1001010 | 0 | 10100 | 100100011 | 111011 | 110010 |
Color Harmonies of #B534CB
Complementary color
Monochromatic Colors of #B534CB
Black with #B534CB
Text Example
Text Example
White with #B534CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534CB; }
p { color: rgb(181,52,203); }
H1.HeaderClassName
{
color: #B534CB;
}
.AnyTagClassName
{
color: #B534CB;
}
</style>
background-color css
<style>
a { background-color: #B534CB; }
a { background-color: rgb(181,52,203); }
div.DivClassName
{
background-color: #B534CB;
}
.BgClassName
{
background-color: #B534CB;
}
</style>
border-color css
<style>
span { border-color: #B534CB; }
span { border-color: rgb(181,52,203); }
td.TdClassName
{
border-color: #B534CB;
}
.TagClassName
{
border-color: #B534CB;
}
</style>