Shades of Medium Orchid #B739CC
Tints of Medium Orchid #B739CC
RGB
CMYK
RGB Variations
Color information
#B739CC (or 0xB739CC) is known color: Medium Orchid. HEX triplet: B7, 39 and CC. RGB value is (183,57,204). Sum of RGB (Red+Green+Blue) = 183+57+204=444 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.22% from 444); Green value is 57 (22.66% from 255 or 12.84% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #B739CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B739CC is #48C633. Grayscale: #6E6E6E. Windows color (decimal): -4769332 or 13384119. OLE color: 13384119.
HSL color Cylindrical-coordinate representation of color #B739CC: hue angle of 291.43º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B739CC is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 57 | 204 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.2 |
| HSL | 291.43º | 0.59% | 0.51% | - |
| HSV(B) | 291.43º | 0.72% | 0.8% | - |
| XYZ | 31.89 | 17.35 | 58.8 | - |
| YUV | 111.43 | 180.24 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 57 | 204 | 0.10 | 0.72 | 0 | 0.2 | 291.43 | 0.59 | 0.51 |
| Hex | B7 | 39 | CC | A | 48 | 0 | 14 | 123 | 3B | 33 |
| Octal | 267 | 71 | 314 | 12 | 110 | 0 | 24 | 443 | 73 | 63 |
| Binary | 10110111 | 111001 | 11001100 | 1010 | 1001000 | 0 | 10100 | 100100011 | 111011 | 110011 |
Color Harmonies of #B739CC
Complementary color
Monochromatic Colors of #B739CC
Black with #B739CC
Text Example
Text Example
White with #B739CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B739CC; }
p { color: rgb(183,57,204); }
H1.HeaderClassName
{
color: #B739CC;
}
.AnyTagClassName
{
color: #B739CC;
}
</style>
background-color css
<style>
a { background-color: #B739CC; }
a { background-color: rgb(183,57,204); }
div.DivClassName
{
background-color: #B739CC;
}
.BgClassName
{
background-color: #B739CC;
}
</style>
border-color css
<style>
span { border-color: #B739CC; }
span { border-color: rgb(183,57,204); }
td.TdClassName
{
border-color: #B739CC;
}
.TagClassName
{
border-color: #B739CC;
}
</style>