Shades of Dark Orchid #B732CD
Tints of Dark Orchid #B732CD
RGB
CMYK
RGB Variations
Color information
#B732CD (or 0xB732CD) is known color: Dark Orchid. HEX triplet: B7, 32 and CD. RGB value is (183,50,205). Sum of RGB (Red+Green+Blue) = 183+50+205=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #B732CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B732CD is #48CD32. Grayscale: #6A6A6A. Windows color (decimal): -4771123 or 13447863. OLE color: 13447863.
HSL color Cylindrical-coordinate representation of color #B732CD: hue angle of 291.48º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B732CD is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 50 | 205 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.20 |
| HSL | 291.48º | 0.61% | 0.5% | - |
| HSV(B) | 291.48º | 0.76% | 0.8% | - |
| XYZ | 31.69 | 16.76 | 59.32 | - |
| YUV | 107.44 | 183.06 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 205 | 0.11 | 0.76 | 0 | 0.20 | 291.48 | 0.61 | 0.5 |
| Hex | B7 | 32 | CD | B | 4C | 0 | 14 | 123 | 3D | 32 |
| Octal | 267 | 62 | 315 | 13 | 114 | 0 | 24 | 443 | 75 | 62 |
| Binary | 10110111 | 110010 | 11001101 | 1011 | 1001100 | 0 | 10100 | 100100011 | 111101 | 110010 |
Color Harmonies of #B732CD
Complementary color
Monochromatic Colors of #B732CD
Black with #B732CD
Text Example
Text Example
White with #B732CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B732CD; }
p { color: rgb(183,50,205); }
H1.HeaderClassName
{
color: #B732CD;
}
.AnyTagClassName
{
color: #B732CD;
}
</style>
background-color css
<style>
a { background-color: #B732CD; }
a { background-color: rgb(183,50,205); }
div.DivClassName
{
background-color: #B732CD;
}
.BgClassName
{
background-color: #B732CD;
}
</style>
border-color css
<style>
span { border-color: #B732CD; }
span { border-color: rgb(183,50,205); }
td.TdClassName
{
border-color: #B732CD;
}
.TagClassName
{
border-color: #B732CD;
}
</style>