Shades of Medium Orchid #B755DF
Tints of Medium Orchid #B755DF
RGB
CMYK
RGB Variations
Color information
#B755DF (or 0xB755DF) is known color: Medium Orchid. HEX triplet: B7, 55 and DF. RGB value is (183,85,223). Sum of RGB (Red+Green+Blue) = 183+85+223=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 85 (33.59% from 255 or 17.31% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #B755DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B755DF is #48AA20. Grayscale: #818181. Windows color (decimal): -4762145 or 14636471. OLE color: 14636471.
HSL color Cylindrical-coordinate representation of color #B755DF: hue angle of 282.61º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B755DF is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 85 | 223 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.13 |
| HSL | 282.61º | 0.68% | 0.6% | - |
| HSV(B) | 282.61º | 0.62% | 0.87% | - |
| XYZ | 36.1 | 21.89 | 72.14 | - |
| YUV | 130.03 | 180.47 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 223 | 0.18 | 0.62 | 0 | 0.13 | 282.61 | 0.68 | 0.6 |
| Hex | B7 | 55 | DF | 12 | 3E | 0 | D | 11B | 44 | 3C |
| Octal | 267 | 125 | 337 | 22 | 76 | 0 | 15 | 433 | 104 | 74 |
| Binary | 10110111 | 1010101 | 11011111 | 10010 | 111110 | 0 | 1101 | 100011011 | 1000100 | 111100 |
Color Harmonies of #B755DF
Complementary color
Monochromatic Colors of #B755DF
Black with #B755DF
Text Example
Text Example
White with #B755DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B755DF; }
p { color: rgb(183,85,223); }
H1.HeaderClassName
{
color: #B755DF;
}
.AnyTagClassName
{
color: #B755DF;
}
</style>
background-color css
<style>
a { background-color: #B755DF; }
a { background-color: rgb(183,85,223); }
div.DivClassName
{
background-color: #B755DF;
}
.BgClassName
{
background-color: #B755DF;
}
</style>
border-color css
<style>
span { border-color: #B755DF; }
span { border-color: rgb(183,85,223); }
td.TdClassName
{
border-color: #B755DF;
}
.TagClassName
{
border-color: #B755DF;
}
</style>