Shades of Medium Orchid #B75FDB
Tints of Medium Orchid #B75FDB
RGB
CMYK
RGB Variations
Color information
#B75FDB (or 0xB75FDB) is known color: Medium Orchid. HEX triplet: B7, 5F and DB. RGB value is (183,95,219). Sum of RGB (Red+Green+Blue) = 183+95+219=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #B75FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75FDB is #48A024. Grayscale: #878787. Windows color (decimal): -4759589 or 14376887. OLE color: 14376887.
HSL color Cylindrical-coordinate representation of color #B75FDB: hue angle of 282.58º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B75FDB is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 95 | 219 | - |
| CMYK | 0.16 | 0.57 | 0 | 0.14 |
| HSL | 282.58º | 0.63% | 0.62% | - |
| HSV(B) | 282.58º | 0.57% | 0.86% | - |
| XYZ | 36.41 | 23.37 | 69.61 | - |
| YUV | 135.45 | 175.15 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 95 | 219 | 0.16 | 0.57 | 0 | 0.14 | 282.58 | 0.63 | 0.62 |
| Hex | B7 | 5F | DB | 10 | 39 | 0 | E | 11B | 3F | 3E |
| Octal | 267 | 137 | 333 | 20 | 71 | 0 | 16 | 433 | 77 | 76 |
| Binary | 10110111 | 1011111 | 11011011 | 10000 | 111001 | 0 | 1110 | 100011011 | 111111 | 111110 |
Color Harmonies of #B75FDB
Complementary color
Monochromatic Colors of #B75FDB
Black with #B75FDB
Text Example
Text Example
White with #B75FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75FDB; }
p { color: rgb(183,95,219); }
H1.HeaderClassName
{
color: #B75FDB;
}
.AnyTagClassName
{
color: #B75FDB;
}
</style>
background-color css
<style>
a { background-color: #B75FDB; }
a { background-color: rgb(183,95,219); }
div.DivClassName
{
background-color: #B75FDB;
}
.BgClassName
{
background-color: #B75FDB;
}
</style>
border-color css
<style>
span { border-color: #B75FDB; }
span { border-color: rgb(183,95,219); }
td.TdClassName
{
border-color: #B75FDB;
}
.TagClassName
{
border-color: #B75FDB;
}
</style>