Shades of Dark Orchid #B732CE
Tints of Dark Orchid #B732CE
RGB
CMYK
RGB Variations
Color information
#B732CE (or 0xB732CE) is known color: Dark Orchid. HEX triplet: B7, 32 and CE. RGB value is (183,50,206). Sum of RGB (Red+Green+Blue) = 183+50+206=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #B732CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B732CE is #48CD31. Grayscale: #6B6B6B. Windows color (decimal): -4771122 or 13513399. OLE color: 13513399.
HSL color Cylindrical-coordinate representation of color #B732CE: hue angle of 291.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B732CE is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 50 | 206 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.19 |
| HSL | 291.15º | 0.61% | 0.5% | - |
| HSV(B) | 291.15º | 0.76% | 0.81% | - |
| XYZ | 31.81 | 16.8 | 59.96 | - |
| YUV | 107.55 | 183.56 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 206 | 0.11 | 0.76 | 0 | 0.19 | 291.15 | 0.61 | 0.5 |
| Hex | B7 | 32 | CE | B | 4C | 0 | 13 | 123 | 3D | 32 |
| Octal | 267 | 62 | 316 | 13 | 114 | 0 | 23 | 443 | 75 | 62 |
| Binary | 10110111 | 110010 | 11001110 | 1011 | 1001100 | 0 | 10011 | 100100011 | 111101 | 110010 |
Color Harmonies of #B732CE
Complementary color
Monochromatic Colors of #B732CE
Black with #B732CE
Text Example
Text Example
White with #B732CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B732CE; }
p { color: rgb(183,50,206); }
H1.HeaderClassName
{
color: #B732CE;
}
.AnyTagClassName
{
color: #B732CE;
}
</style>
background-color css
<style>
a { background-color: #B732CE; }
a { background-color: rgb(183,50,206); }
div.DivClassName
{
background-color: #B732CE;
}
.BgClassName
{
background-color: #B732CE;
}
</style>
border-color css
<style>
span { border-color: #B732CE; }
span { border-color: rgb(183,50,206); }
td.TdClassName
{
border-color: #B732CE;
}
.TagClassName
{
border-color: #B732CE;
}
</style>