Shades of Medium Orchid #B737CF
Tints of Medium Orchid #B737CF
RGB
CMYK
RGB Variations
Color information
#B737CF (or 0xB737CF) is known color: Medium Orchid. HEX triplet: B7, 37 and CF. RGB value is (183,55,207). Sum of RGB (Red+Green+Blue) = 183+55+207=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #B737CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B737CF is #48C830. Grayscale: #6E6E6E. Windows color (decimal): -4769841 or 13580215. OLE color: 13580215.
HSL color Cylindrical-coordinate representation of color #B737CF: hue angle of 290.53º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B737CF is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 55 | 207 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.19 |
| HSL | 290.53º | 0.61% | 0.51% | - |
| HSV(B) | 290.53º | 0.73% | 0.81% | - |
| XYZ | 32.16 | 17.3 | 60.68 | - |
| YUV | 110.6 | 182.41 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 207 | 0.12 | 0.73 | 0 | 0.19 | 290.53 | 0.61 | 0.51 |
| Hex | B7 | 37 | CF | C | 49 | 0 | 13 | 123 | 3D | 33 |
| Octal | 267 | 67 | 317 | 14 | 111 | 0 | 23 | 443 | 75 | 63 |
| Binary | 10110111 | 110111 | 11001111 | 1100 | 1001001 | 0 | 10011 | 100100011 | 111101 | 110011 |
Color Harmonies of #B737CF
Complementary color
Monochromatic Colors of #B737CF
Black with #B737CF
Text Example
Text Example
White with #B737CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B737CF; }
p { color: rgb(183,55,207); }
H1.HeaderClassName
{
color: #B737CF;
}
.AnyTagClassName
{
color: #B737CF;
}
</style>
background-color css
<style>
a { background-color: #B737CF; }
a { background-color: rgb(183,55,207); }
div.DivClassName
{
background-color: #B737CF;
}
.BgClassName
{
background-color: #B737CF;
}
</style>
border-color css
<style>
span { border-color: #B737CF; }
span { border-color: rgb(183,55,207); }
td.TdClassName
{
border-color: #B737CF;
}
.TagClassName
{
border-color: #B737CF;
}
</style>