Shades of Medium Orchid #B753C6
Tints of Medium Orchid #B753C6
RGB
CMYK
RGB Variations
Color information
#B753C6 (or 0xB753C6) is known color: Medium Orchid. HEX triplet: B7, 53 and C6. RGB value is (183,83,198). Sum of RGB (Red+Green+Blue) = 183+83+198=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #B753C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B753C6 is #48AC39. Grayscale: #7D7D7D. Windows color (decimal): -4762682 or 12997559. OLE color: 12997559.
HSL color Cylindrical-coordinate representation of color #B753C6: hue angle of 292.17º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B753C6 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 183 | 83 | 198 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.22 |
| HSL | 292.17º | 0.5% | 0.55% | - |
| HSV(B) | 292.17º | 0.58% | 0.78% | - |
| XYZ | 32.81 | 20.33 | 55.62 | - |
| YUV | 126.01 | 168.63 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 198 | 0.08 | 0.58 | 0 | 0.22 | 292.17 | 0.5 | 0.55 |
| Hex | B7 | 53 | C6 | 8 | 3A | 0 | 16 | 124 | 32 | 37 |
| Octal | 267 | 123 | 306 | 10 | 72 | 0 | 26 | 444 | 62 | 67 |
| Binary | 10110111 | 1010011 | 11000110 | 1000 | 111010 | 0 | 10110 | 100100100 | 110010 | 110111 |
Color Harmonies of #B753C6
Complementary color
Monochromatic Colors of #B753C6
Black with #B753C6
Text Example
Text Example
White with #B753C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B753C6; }
p { color: rgb(183,83,198); }
H1.HeaderClassName
{
color: #B753C6;
}
.AnyTagClassName
{
color: #B753C6;
}
</style>
background-color css
<style>
a { background-color: #B753C6; }
a { background-color: rgb(183,83,198); }
div.DivClassName
{
background-color: #B753C6;
}
.BgClassName
{
background-color: #B753C6;
}
</style>
border-color css
<style>
span { border-color: #B753C6; }
span { border-color: rgb(183,83,198); }
td.TdClassName
{
border-color: #B753C6;
}
.TagClassName
{
border-color: #B753C6;
}
</style>