Shades of Dark Orchid #B732CF
Tints of Dark Orchid #B732CF
RGB
CMYK
RGB Variations
Color information
#B732CF (or 0xB732CF) is known color: Dark Orchid. HEX triplet: B7, 32 and CF. RGB value is (183,50,207). Sum of RGB (Red+Green+Blue) = 183+50+207=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #B732CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B732CF is #48CD30. Grayscale: #6B6B6B. Windows color (decimal): -4771121 or 13578935. OLE color: 13578935.
HSL color Cylindrical-coordinate representation of color #B732CF: hue angle of 290.83º degrees, saturation: 0.62, 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 #B732CF is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 50 | 207 | - |
| CMYK | 0.12 | 0.76 | 0 | 0.19 |
| HSL | 290.83º | 0.62% | 0.5% | - |
| HSV(B) | 290.83º | 0.76% | 0.81% | - |
| XYZ | 31.93 | 16.85 | 60.6 | - |
| YUV | 107.67 | 184.06 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 207 | 0.12 | 0.76 | 0 | 0.19 | 290.83 | 0.62 | 0.5 |
| Hex | B7 | 32 | CF | C | 4C | 0 | 13 | 123 | 3E | 32 |
| Octal | 267 | 62 | 317 | 14 | 114 | 0 | 23 | 443 | 76 | 62 |
| Binary | 10110111 | 110010 | 11001111 | 1100 | 1001100 | 0 | 10011 | 100100011 | 111110 | 110010 |
Color Harmonies of #B732CF
Complementary color
Monochromatic Colors of #B732CF
Black with #B732CF
Text Example
Text Example
White with #B732CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B732CF; }
p { color: rgb(183,50,207); }
H1.HeaderClassName
{
color: #B732CF;
}
.AnyTagClassName
{
color: #B732CF;
}
</style>
background-color css
<style>
a { background-color: #B732CF; }
a { background-color: rgb(183,50,207); }
div.DivClassName
{
background-color: #B732CF;
}
.BgClassName
{
background-color: #B732CF;
}
</style>
border-color css
<style>
span { border-color: #B732CF; }
span { border-color: rgb(183,50,207); }
td.TdClassName
{
border-color: #B732CF;
}
.TagClassName
{
border-color: #B732CF;
}
</style>