Shades of Medium Orchid #B753DB
Tints of Medium Orchid #B753DB
RGB
CMYK
RGB Variations
Color information
#B753DB (or 0xB753DB) is known color: Medium Orchid. HEX triplet: B7, 53 and DB. RGB value is (183,83,219). Sum of RGB (Red+Green+Blue) = 183+83+219=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #B753DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B753DB is #48AC24. Grayscale: #7F7F7F. Windows color (decimal): -4762661 or 14373815. OLE color: 14373815.
HSL color Cylindrical-coordinate representation of color #B753DB: hue angle of 284.12º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B753DB is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 83 | 219 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.14 |
| HSL | 284.12º | 0.65% | 0.59% | - |
| HSV(B) | 284.12º | 0.62% | 0.86% | - |
| XYZ | 35.41 | 21.37 | 69.28 | - |
| YUV | 128.4 | 179.13 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 219 | 0.16 | 0.62 | 0 | 0.14 | 284.12 | 0.65 | 0.59 |
| Hex | B7 | 53 | DB | 10 | 3E | 0 | E | 11C | 41 | 3B |
| Octal | 267 | 123 | 333 | 20 | 76 | 0 | 16 | 434 | 101 | 73 |
| Binary | 10110111 | 1010011 | 11011011 | 10000 | 111110 | 0 | 1110 | 100011100 | 1000001 | 111011 |
Color Harmonies of #B753DB
Complementary color
Monochromatic Colors of #B753DB
Black with #B753DB
Text Example
Text Example
White with #B753DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B753DB; }
p { color: rgb(183,83,219); }
H1.HeaderClassName
{
color: #B753DB;
}
.AnyTagClassName
{
color: #B753DB;
}
</style>
background-color css
<style>
a { background-color: #B753DB; }
a { background-color: rgb(183,83,219); }
div.DivClassName
{
background-color: #B753DB;
}
.BgClassName
{
background-color: #B753DB;
}
</style>
border-color css
<style>
span { border-color: #B753DB; }
span { border-color: rgb(183,83,219); }
td.TdClassName
{
border-color: #B753DB;
}
.TagClassName
{
border-color: #B753DB;
}
</style>