Shades of Dark Orchid #B534CF
Tints of Dark Orchid #B534CF
RGB
CMYK
RGB Variations
Color information
#B534CF (or 0xB534CF) is known color: Dark Orchid. HEX triplet: B5, 34 and CF. RGB value is (181,52,207). Sum of RGB (Red+Green+Blue) = 181+52+207=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #B534CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B534CF is #4ACB30. Grayscale: #6B6B6B. Windows color (decimal): -4901681 or 13579445. OLE color: 13579445.
HSL color Cylindrical-coordinate representation of color #B534CF: hue angle of 289.94º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B534CF is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 52 | 207 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.19 |
| HSL | 289.94º | 0.62% | 0.51% | - |
| HSV(B) | 289.94º | 0.75% | 0.81% | - |
| XYZ | 31.55 | 16.78 | 60.61 | - |
| YUV | 108.24 | 183.74 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 207 | 0.13 | 0.75 | 0 | 0.19 | 289.94 | 0.62 | 0.51 |
| Hex | B5 | 34 | CF | D | 4B | 0 | 13 | 122 | 3E | 33 |
| Octal | 265 | 64 | 317 | 15 | 113 | 0 | 23 | 442 | 76 | 63 |
| Binary | 10110101 | 110100 | 11001111 | 1101 | 1001011 | 0 | 10011 | 100100010 | 111110 | 110011 |
Color Harmonies of #B534CF
Complementary color
Monochromatic Colors of #B534CF
Black with #B534CF
Text Example
Text Example
White with #B534CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B534CF; }
p { color: rgb(181,52,207); }
H1.HeaderClassName
{
color: #B534CF;
}
.AnyTagClassName
{
color: #B534CF;
}
</style>
background-color css
<style>
a { background-color: #B534CF; }
a { background-color: rgb(181,52,207); }
div.DivClassName
{
background-color: #B534CF;
}
.BgClassName
{
background-color: #B534CF;
}
</style>
border-color css
<style>
span { border-color: #B534CF; }
span { border-color: rgb(181,52,207); }
td.TdClassName
{
border-color: #B534CF;
}
.TagClassName
{
border-color: #B534CF;
}
</style>