Shades of Medium Orchid #B737CC
Tints of Medium Orchid #B737CC
RGB
CMYK
RGB Variations
Color information
#B737CC (or 0xB737CC) is known color: Medium Orchid. HEX triplet: B7, 37 and CC. RGB value is (183,55,204). Sum of RGB (Red+Green+Blue) = 183+55+204=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #B737CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B737CC is #48C833. Grayscale: #6D6D6D. Windows color (decimal): -4769844 or 13383607. OLE color: 13383607.
HSL color Cylindrical-coordinate representation of color #B737CC: hue angle of 291.54º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B737CC is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 55 | 204 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.2 |
| HSL | 291.54º | 0.59% | 0.51% | - |
| HSV(B) | 291.54º | 0.73% | 0.8% | - |
| XYZ | 31.79 | 17.16 | 58.76 | - |
| YUV | 110.26 | 180.91 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 204 | 0.10 | 0.73 | 0 | 0.2 | 291.54 | 0.59 | 0.51 |
| Hex | B7 | 37 | CC | A | 49 | 0 | 14 | 124 | 3B | 33 |
| Octal | 267 | 67 | 314 | 12 | 111 | 0 | 24 | 444 | 73 | 63 |
| Binary | 10110111 | 110111 | 11001100 | 1010 | 1001001 | 0 | 10100 | 100100100 | 111011 | 110011 |
Color Harmonies of #B737CC
Complementary color
Monochromatic Colors of #B737CC
Black with #B737CC
Text Example
Text Example
White with #B737CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B737CC; }
p { color: rgb(183,55,204); }
H1.HeaderClassName
{
color: #B737CC;
}
.AnyTagClassName
{
color: #B737CC;
}
</style>
background-color css
<style>
a { background-color: #B737CC; }
a { background-color: rgb(183,55,204); }
div.DivClassName
{
background-color: #B737CC;
}
.BgClassName
{
background-color: #B737CC;
}
</style>
border-color css
<style>
span { border-color: #B737CC; }
span { border-color: rgb(183,55,204); }
td.TdClassName
{
border-color: #B737CC;
}
.TagClassName
{
border-color: #B737CC;
}
</style>