Shades of Medium Orchid #B753DA
Tints of Medium Orchid #B753DA
RGB
CMYK
RGB Variations
Color information
#B753DA (or 0xB753DA) is known color: Medium Orchid. HEX triplet: B7, 53 and DA. RGB value is (183,83,218). Sum of RGB (Red+Green+Blue) = 183+83+218=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #B753DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B753DA is #48AC25. Grayscale: #7F7F7F. Windows color (decimal): -4762662 or 14308279. OLE color: 14308279.
HSL color Cylindrical-coordinate representation of color #B753DA: hue angle of 284.44º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B753DA is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 83 | 218 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.15 |
| HSL | 284.44º | 0.65% | 0.59% | - |
| HSV(B) | 284.44º | 0.62% | 0.85% | - |
| XYZ | 35.28 | 21.32 | 68.58 | - |
| YUV | 128.29 | 178.63 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 218 | 0.16 | 0.62 | 0 | 0.15 | 284.44 | 0.65 | 0.59 |
| Hex | B7 | 53 | DA | 10 | 3E | 0 | F | 11C | 41 | 3B |
| Octal | 267 | 123 | 332 | 20 | 76 | 0 | 17 | 434 | 101 | 73 |
| Binary | 10110111 | 1010011 | 11011010 | 10000 | 111110 | 0 | 1111 | 100011100 | 1000001 | 111011 |
Color Harmonies of #B753DA
Complementary color
Monochromatic Colors of #B753DA
Black with #B753DA
Text Example
Text Example
White with #B753DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B753DA; }
p { color: rgb(183,83,218); }
H1.HeaderClassName
{
color: #B753DA;
}
.AnyTagClassName
{
color: #B753DA;
}
</style>
background-color css
<style>
a { background-color: #B753DA; }
a { background-color: rgb(183,83,218); }
div.DivClassName
{
background-color: #B753DA;
}
.BgClassName
{
background-color: #B753DA;
}
</style>
border-color css
<style>
span { border-color: #B753DA; }
span { border-color: rgb(183,83,218); }
td.TdClassName
{
border-color: #B753DA;
}
.TagClassName
{
border-color: #B753DA;
}
</style>