Shades of Medium Orchid #B755DC
Tints of Medium Orchid #B755DC
RGB
CMYK
RGB Variations
Color information
#B755DC (or 0xB755DC) is known color: Medium Orchid. HEX triplet: B7, 55 and DC. RGB value is (183,85,220). Sum of RGB (Red+Green+Blue) = 183+85+220=488 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.5% from 488); Green value is 85 (33.59% from 255 or 17.42% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #B755DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B755DC is #48AA23. Grayscale: #818181. Windows color (decimal): -4762148 or 14439863. OLE color: 14439863.
HSL color Cylindrical-coordinate representation of color #B755DC: hue angle of 283.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B755DC is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 85 | 220 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.14 |
| HSL | 283.56º | 0.66% | 0.6% | - |
| HSV(B) | 283.56º | 0.61% | 0.86% | - |
| XYZ | 35.7 | 21.73 | 70.02 | - |
| YUV | 129.69 | 178.97 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 220 | 0.17 | 0.61 | 0 | 0.14 | 283.56 | 0.66 | 0.6 |
| Hex | B7 | 55 | DC | 11 | 3D | 0 | E | 11C | 42 | 3C |
| Octal | 267 | 125 | 334 | 21 | 75 | 0 | 16 | 434 | 102 | 74 |
| Binary | 10110111 | 1010101 | 11011100 | 10001 | 111101 | 0 | 1110 | 100011100 | 1000010 | 111100 |
Color Harmonies of #B755DC
Complementary color
Monochromatic Colors of #B755DC
Black with #B755DC
Text Example
Text Example
White with #B755DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B755DC; }
p { color: rgb(183,85,220); }
H1.HeaderClassName
{
color: #B755DC;
}
.AnyTagClassName
{
color: #B755DC;
}
</style>
background-color css
<style>
a { background-color: #B755DC; }
a { background-color: rgb(183,85,220); }
div.DivClassName
{
background-color: #B755DC;
}
.BgClassName
{
background-color: #B755DC;
}
</style>
border-color css
<style>
span { border-color: #B755DC; }
span { border-color: rgb(183,85,220); }
td.TdClassName
{
border-color: #B755DC;
}
.TagClassName
{
border-color: #B755DC;
}
</style>