Shades of Medium Orchid #B555DF
Tints of Medium Orchid #B555DF
RGB
CMYK
RGB Variations
Color information
#B555DF (or 0xB555DF) is known color: Medium Orchid. HEX triplet: B5, 55 and DF. RGB value is (181,85,223). Sum of RGB (Red+Green+Blue) = 181+85+223=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #B555DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B555DF is #4AAA20. Grayscale: #808080. Windows color (decimal): -4893217 or 14636469. OLE color: 14636469.
HSL color Cylindrical-coordinate representation of color #B555DF: hue angle of 281.74º 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 #B555DF is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 85 | 223 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.13 |
| HSL | 281.74º | 0.68% | 0.6% | - |
| HSV(B) | 281.74º | 0.62% | 0.87% | - |
| XYZ | 35.62 | 21.65 | 72.11 | - |
| YUV | 129.44 | 180.8 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 223 | 0.19 | 0.62 | 0 | 0.13 | 281.74 | 0.68 | 0.6 |
| Hex | B5 | 55 | DF | 13 | 3E | 0 | D | 11A | 44 | 3C |
| Octal | 265 | 125 | 337 | 23 | 76 | 0 | 15 | 432 | 104 | 74 |
| Binary | 10110101 | 1010101 | 11011111 | 10011 | 111110 | 0 | 1101 | 100011010 | 1000100 | 111100 |
Color Harmonies of #B555DF
Complementary color
Monochromatic Colors of #B555DF
Black with #B555DF
Text Example
Text Example
White with #B555DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B555DF; }
p { color: rgb(181,85,223); }
H1.HeaderClassName
{
color: #B555DF;
}
.AnyTagClassName
{
color: #B555DF;
}
</style>
background-color css
<style>
a { background-color: #B555DF; }
a { background-color: rgb(181,85,223); }
div.DivClassName
{
background-color: #B555DF;
}
.BgClassName
{
background-color: #B555DF;
}
</style>
border-color css
<style>
span { border-color: #B555DF; }
span { border-color: rgb(181,85,223); }
td.TdClassName
{
border-color: #B555DF;
}
.TagClassName
{
border-color: #B555DF;
}
</style>