Shades of Medium Orchid #B753EA
Tints of Medium Orchid #B753EA
RGB
CMYK
RGB Variations
Color information
#B753EA (or 0xB753EA) is known color: Medium Orchid. HEX triplet: B7, 53 and EA. RGB value is (183,83,234). Sum of RGB (Red+Green+Blue) = 183+83+234=500 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.6% from 500); Green value is 83 (32.81% from 255 or 16.6% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #B753EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B753EA is #48AC15. Grayscale: #818181. Windows color (decimal): -4762646 or 15356855. OLE color: 15356855.
HSL color Cylindrical-coordinate representation of color #B753EA: hue angle of 279.74º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B753EA is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 83 | 234 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.08 |
| HSL | 279.74º | 0.78% | 0.62% | - |
| HSV(B) | 279.74º | 0.65% | 0.92% | - |
| XYZ | 37.47 | 22.19 | 80.15 | - |
| YUV | 130.11 | 186.63 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 234 | 0.22 | 0.65 | 0 | 0.08 | 279.74 | 0.78 | 0.62 |
| Hex | B7 | 53 | EA | 16 | 41 | 0 | 8 | 118 | 4E | 3E |
| Octal | 267 | 123 | 352 | 26 | 101 | 0 | 10 | 430 | 116 | 76 |
| Binary | 10110111 | 1010011 | 11101010 | 10110 | 1000001 | 0 | 1000 | 100011000 | 1001110 | 111110 |
Color Harmonies of #B753EA
Complementary color
Monochromatic Colors of #B753EA
Black with #B753EA
Text Example
Text Example
White with #B753EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B753EA; }
p { color: rgb(183,83,234); }
H1.HeaderClassName
{
color: #B753EA;
}
.AnyTagClassName
{
color: #B753EA;
}
</style>
background-color css
<style>
a { background-color: #B753EA; }
a { background-color: rgb(183,83,234); }
div.DivClassName
{
background-color: #B753EA;
}
.BgClassName
{
background-color: #B753EA;
}
</style>
border-color css
<style>
span { border-color: #B753EA; }
span { border-color: rgb(183,83,234); }
td.TdClassName
{
border-color: #B753EA;
}
.TagClassName
{
border-color: #B753EA;
}
</style>