Shades of Medium Orchid #B755ED
Tints of Medium Orchid #B755ED
RGB
CMYK
RGB Variations
Color information
#B755ED (or 0xB755ED) is known color: Medium Orchid. HEX triplet: B7, 55 and ED. RGB value is (183,85,237). Sum of RGB (Red+Green+Blue) = 183+85+237=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 85 (33.59% from 255 or 16.83% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #B755ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B755ED is #48AA12. Grayscale: #838383. Windows color (decimal): -4762131 or 15553975. OLE color: 15553975.
HSL color Cylindrical-coordinate representation of color #B755ED: hue angle of 278.68º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B755ED is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 85 | 237 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.07 |
| HSL | 278.68º | 0.81% | 0.63% | - |
| HSV(B) | 278.68º | 0.64% | 0.93% | - |
| XYZ | 38.06 | 22.68 | 82.49 | - |
| YUV | 131.63 | 187.47 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 237 | 0.23 | 0.64 | 0 | 0.07 | 278.68 | 0.81 | 0.63 |
| Hex | B7 | 55 | ED | 17 | 40 | 0 | 7 | 117 | 51 | 3F |
| Octal | 267 | 125 | 355 | 27 | 100 | 0 | 7 | 427 | 121 | 77 |
| Binary | 10110111 | 1010101 | 11101101 | 10111 | 1000000 | 0 | 111 | 100010111 | 1010001 | 111111 |
Color Harmonies of #B755ED
Complementary color
Monochromatic Colors of #B755ED
Black with #B755ED
Text Example
Text Example
White with #B755ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B755ED; }
p { color: rgb(183,85,237); }
H1.HeaderClassName
{
color: #B755ED;
}
.AnyTagClassName
{
color: #B755ED;
}
</style>
background-color css
<style>
a { background-color: #B755ED; }
a { background-color: rgb(183,85,237); }
div.DivClassName
{
background-color: #B755ED;
}
.BgClassName
{
background-color: #B755ED;
}
</style>
border-color css
<style>
span { border-color: #B755ED; }
span { border-color: rgb(183,85,237); }
td.TdClassName
{
border-color: #B755ED;
}
.TagClassName
{
border-color: #B755ED;
}
</style>