Shades of Medium Orchid #B75BED
Tints of Medium Orchid #B75BED
RGB
CMYK
RGB Variations
Color information
#B75BED (or 0xB75BED) is known color: Medium Orchid. HEX triplet: B7, 5B and ED. RGB value is (183,91,237). Sum of RGB (Red+Green+Blue) = 183+91+237=511 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.81% from 511); Green value is 91 (35.94% from 255 or 17.81% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 237 - color contains mainly: blue. Hex color #B75BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75BED is #48A412. Grayscale: #868686. Windows color (decimal): -4760595 or 15555511. OLE color: 15555511.
HSL color Cylindrical-coordinate representation of color #B75BED: hue angle of 277.81º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B75BED is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 91 | 237 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.07 |
| HSL | 277.81º | 0.8% | 0.64% | - |
| HSV(B) | 277.81º | 0.62% | 0.93% | - |
| XYZ | 38.56 | 23.66 | 82.66 | - |
| YUV | 135.15 | 185.48 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 91 | 237 | 0.23 | 0.62 | 0 | 0.07 | 277.81 | 0.8 | 0.64 |
| Hex | B7 | 5B | ED | 17 | 3E | 0 | 7 | 116 | 50 | 40 |
| Octal | 267 | 133 | 355 | 27 | 76 | 0 | 7 | 426 | 120 | 100 |
| Binary | 10110111 | 1011011 | 11101101 | 10111 | 111110 | 0 | 111 | 100010110 | 1010000 | 1000000 |
Color Harmonies of #B75BED
Complementary color
Monochromatic Colors of #B75BED
Black with #B75BED
Text Example
Text Example
White with #B75BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75BED; }
p { color: rgb(183,91,237); }
H1.HeaderClassName
{
color: #B75BED;
}
.AnyTagClassName
{
color: #B75BED;
}
</style>
background-color css
<style>
a { background-color: #B75BED; }
a { background-color: rgb(183,91,237); }
div.DivClassName
{
background-color: #B75BED;
}
.BgClassName
{
background-color: #B75BED;
}
</style>
border-color css
<style>
span { border-color: #B75BED; }
span { border-color: rgb(183,91,237); }
td.TdClassName
{
border-color: #B75BED;
}
.TagClassName
{
border-color: #B75BED;
}
</style>