Shades of Dark Orchid #B732DC
Tints of Dark Orchid #B732DC
RGB
CMYK
RGB Variations
Color information
#B732DC (or 0xB732DC) is known color: Dark Orchid. HEX triplet: B7, 32 and DC. RGB value is (183,50,220). Sum of RGB (Red+Green+Blue) = 183+50+220=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 50 (19.92% from 255 or 11.04% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #B732DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B732DC is #48CD23. Grayscale: #6C6C6C. Windows color (decimal): -4771108 or 14430903. OLE color: 14430903.
HSL color Cylindrical-coordinate representation of color #B732DC: hue angle of 286.94º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B732DC is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 50 | 220 | - |
| CMYK | 0.17 | 0.77 | 0 | 0.14 |
| HSL | 286.94º | 0.71% | 0.53% | - |
| HSV(B) | 286.94º | 0.77% | 0.86% | - |
| XYZ | 33.59 | 17.52 | 69.32 | - |
| YUV | 109.15 | 190.56 | 180.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 220 | 0.17 | 0.77 | 0 | 0.14 | 286.94 | 0.71 | 0.53 |
| Hex | B7 | 32 | DC | 11 | 4D | 0 | E | 11F | 47 | 35 |
| Octal | 267 | 62 | 334 | 21 | 115 | 0 | 16 | 437 | 107 | 65 |
| Binary | 10110111 | 110010 | 11011100 | 10001 | 1001101 | 0 | 1110 | 100011111 | 1000111 | 110101 |
Color Harmonies of #B732DC
Complementary color
Monochromatic Colors of #B732DC
Black with #B732DC
Text Example
Text Example
White with #B732DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B732DC; }
p { color: rgb(183,50,220); }
H1.HeaderClassName
{
color: #B732DC;
}
.AnyTagClassName
{
color: #B732DC;
}
</style>
background-color css
<style>
a { background-color: #B732DC; }
a { background-color: rgb(183,50,220); }
div.DivClassName
{
background-color: #B732DC;
}
.BgClassName
{
background-color: #B732DC;
}
</style>
border-color css
<style>
span { border-color: #B732DC; }
span { border-color: rgb(183,50,220); }
td.TdClassName
{
border-color: #B732DC;
}
.TagClassName
{
border-color: #B732DC;
}
</style>