Shades of Medium Orchid #B740D0
Tints of Medium Orchid #B740D0
RGB
CMYK
RGB Variations
Color information
#B740D0 (or 0xB740D0) is known color: Medium Orchid. HEX triplet: B7, 40 and D0. RGB value is (183,64,208). Sum of RGB (Red+Green+Blue) = 183+64+208=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #B740D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B740D0 is #48BF2F. Grayscale: #737373. Windows color (decimal): -4767536 or 13648055. OLE color: 13648055.
HSL color Cylindrical-coordinate representation of color #B740D0: hue angle of 289.58º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B740D0 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 64 | 208 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.18 |
| HSL | 289.58º | 0.61% | 0.53% | - |
| HSV(B) | 289.58º | 0.69% | 0.82% | - |
| XYZ | 32.75 | 18.29 | 61.48 | - |
| YUV | 116 | 179.92 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 208 | 0.12 | 0.69 | 0 | 0.18 | 289.58 | 0.61 | 0.53 |
| Hex | B7 | 40 | D0 | C | 45 | 0 | 12 | 122 | 3D | 35 |
| Octal | 267 | 100 | 320 | 14 | 105 | 0 | 22 | 442 | 75 | 65 |
| Binary | 10110111 | 1000000 | 11010000 | 1100 | 1000101 | 0 | 10010 | 100100010 | 111101 | 110101 |
Color Harmonies of #B740D0
Complementary color
Monochromatic Colors of #B740D0
Black with #B740D0
Text Example
Text Example
White with #B740D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B740D0; }
p { color: rgb(183,64,208); }
H1.HeaderClassName
{
color: #B740D0;
}
.AnyTagClassName
{
color: #B740D0;
}
</style>
background-color css
<style>
a { background-color: #B740D0; }
a { background-color: rgb(183,64,208); }
div.DivClassName
{
background-color: #B740D0;
}
.BgClassName
{
background-color: #B740D0;
}
</style>
border-color css
<style>
span { border-color: #B740D0; }
span { border-color: rgb(183,64,208); }
td.TdClassName
{
border-color: #B740D0;
}
.TagClassName
{
border-color: #B740D0;
}
</style>