Shades of Dark Orchid #B732CB
Tints of Dark Orchid #B732CB
RGB
CMYK
RGB Variations
Color information
#B732CB (or 0xB732CB) is known color: Dark Orchid. HEX triplet: B7, 32 and CB. RGB value is (183,50,203). Sum of RGB (Red+Green+Blue) = 183+50+203=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #B732CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B732CB is #48CD34. Grayscale: #6A6A6A. Windows color (decimal): -4771125 or 13316791. OLE color: 13316791.
HSL color Cylindrical-coordinate representation of color #B732CB: hue angle of 292.16º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B732CB is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 50 | 203 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.20 |
| HSL | 292.16º | 0.6% | 0.5% | - |
| HSV(B) | 292.16º | 0.75% | 0.8% | - |
| XYZ | 31.45 | 16.66 | 58.06 | - |
| YUV | 107.21 | 182.06 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 203 | 0.10 | 0.75 | 0 | 0.20 | 292.16 | 0.6 | 0.5 |
| Hex | B7 | 32 | CB | A | 4B | 0 | 14 | 124 | 3C | 32 |
| Octal | 267 | 62 | 313 | 12 | 113 | 0 | 24 | 444 | 74 | 62 |
| Binary | 10110111 | 110010 | 11001011 | 1010 | 1001011 | 0 | 10100 | 100100100 | 111100 | 110010 |
Color Harmonies of #B732CB
Complementary color
Monochromatic Colors of #B732CB
Black with #B732CB
Text Example
Text Example
White with #B732CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B732CB; }
p { color: rgb(183,50,203); }
H1.HeaderClassName
{
color: #B732CB;
}
.AnyTagClassName
{
color: #B732CB;
}
</style>
background-color css
<style>
a { background-color: #B732CB; }
a { background-color: rgb(183,50,203); }
div.DivClassName
{
background-color: #B732CB;
}
.BgClassName
{
background-color: #B732CB;
}
</style>
border-color css
<style>
span { border-color: #B732CB; }
span { border-color: rgb(183,50,203); }
td.TdClassName
{
border-color: #B732CB;
}
.TagClassName
{
border-color: #B732CB;
}
</style>