Shades of Medium Orchid #B753F1
Tints of Medium Orchid #B753F1
RGB
CMYK
RGB Variations
Color information
#B753F1 (or 0xB753F1) is known color: Medium Orchid. HEX triplet: B7, 53 and F1. RGB value is (183,83,241). Sum of RGB (Red+Green+Blue) = 183+83+241=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 83 (32.81% from 255 or 16.37% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #B753F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B753F1 is #48AC0E. Grayscale: #828282. Windows color (decimal): -4762639 or 15815607. OLE color: 15815607.
HSL color Cylindrical-coordinate representation of color #B753F1: hue angle of 277.97º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B753F1 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 83 | 241 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.05 |
| HSL | 277.97º | 0.85% | 0.64% | - |
| HSV(B) | 277.97º | 0.66% | 0.95% | - |
| XYZ | 38.5 | 22.6 | 85.55 | - |
| YUV | 130.91 | 190.13 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 241 | 0.24 | 0.66 | 0 | 0.05 | 277.97 | 0.85 | 0.64 |
| Hex | B7 | 53 | F1 | 18 | 42 | 0 | 5 | 116 | 55 | 40 |
| Octal | 267 | 123 | 361 | 30 | 102 | 0 | 5 | 426 | 125 | 100 |
| Binary | 10110111 | 1010011 | 11110001 | 11000 | 1000010 | 0 | 101 | 100010110 | 1010101 | 1000000 |
Color Harmonies of #B753F1
Complementary color
Monochromatic Colors of #B753F1
Black with #B753F1
Text Example
Text Example
White with #B753F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B753F1; }
p { color: rgb(183,83,241); }
H1.HeaderClassName
{
color: #B753F1;
}
.AnyTagClassName
{
color: #B753F1;
}
</style>
background-color css
<style>
a { background-color: #B753F1; }
a { background-color: rgb(183,83,241); }
div.DivClassName
{
background-color: #B753F1;
}
.BgClassName
{
background-color: #B753F1;
}
</style>
border-color css
<style>
span { border-color: #B753F1; }
span { border-color: rgb(183,83,241); }
td.TdClassName
{
border-color: #B753F1;
}
.TagClassName
{
border-color: #B753F1;
}
</style>