Shades of Dark Orchid #B530CF
Tints of Dark Orchid #B530CF
RGB
CMYK
RGB Variations
Color information
#B530CF (or 0xB530CF) is known color: Dark Orchid. HEX triplet: B5, 30 and CF. RGB value is (181,48,207). Sum of RGB (Red+Green+Blue) = 181+48+207=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #B530CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B530CF is #4ACF30. Grayscale: #696969. Windows color (decimal): -4902705 or 13578421. OLE color: 13578421.
HSL color Cylindrical-coordinate representation of color #B530CF: hue angle of 290.19º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B530CF is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 48 | 207 | - |
| CMYK | 0.13 | 0.77 | 0 | 0.19 |
| HSL | 290.19º | 0.62% | 0.5% | - |
| HSV(B) | 290.19º | 0.77% | 0.81% | - |
| XYZ | 31.38 | 16.44 | 60.55 | - |
| YUV | 105.89 | 185.06 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 48 | 207 | 0.13 | 0.77 | 0 | 0.19 | 290.19 | 0.62 | 0.5 |
| Hex | B5 | 30 | CF | D | 4D | 0 | 13 | 122 | 3E | 32 |
| Octal | 265 | 60 | 317 | 15 | 115 | 0 | 23 | 442 | 76 | 62 |
| Binary | 10110101 | 110000 | 11001111 | 1101 | 1001101 | 0 | 10011 | 100100010 | 111110 | 110010 |
Color Harmonies of #B530CF
Complementary color
Monochromatic Colors of #B530CF
Black with #B530CF
Text Example
Text Example
White with #B530CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B530CF; }
p { color: rgb(181,48,207); }
H1.HeaderClassName
{
color: #B530CF;
}
.AnyTagClassName
{
color: #B530CF;
}
</style>
background-color css
<style>
a { background-color: #B530CF; }
a { background-color: rgb(181,48,207); }
div.DivClassName
{
background-color: #B530CF;
}
.BgClassName
{
background-color: #B530CF;
}
</style>
border-color css
<style>
span { border-color: #B530CF; }
span { border-color: rgb(181,48,207); }
td.TdClassName
{
border-color: #B530CF;
}
.TagClassName
{
border-color: #B530CF;
}
</style>