Shades of Medium Orchid #B153DF
Tints of Medium Orchid #B153DF
RGB
CMYK
RGB Variations
Color information
#B153DF (or 0xB153DF) is known color: Medium Orchid. HEX triplet: B1, 53 and DF. RGB value is (177,83,223). Sum of RGB (Red+Green+Blue) = 177+83+223=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #B153DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B153DF is #4EAC20. Grayscale: #7E7E7E. Windows color (decimal): -5155873 or 14635953. OLE color: 14635953.
HSL color Cylindrical-coordinate representation of color #B153DF: hue angle of 280.29º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B153DF is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 83 | 223 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.13 |
| HSL | 280.29º | 0.69% | 0.6% | - |
| HSV(B) | 280.29º | 0.63% | 0.87% | - |
| XYZ | 34.54 | 20.86 | 72.02 | - |
| YUV | 127.07 | 182.14 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 83 | 223 | 0.21 | 0.63 | 0 | 0.13 | 280.29 | 0.69 | 0.6 |
| Hex | B1 | 53 | DF | 15 | 3F | 0 | D | 118 | 45 | 3C |
| Octal | 261 | 123 | 337 | 25 | 77 | 0 | 15 | 430 | 105 | 74 |
| Binary | 10110001 | 1010011 | 11011111 | 10101 | 111111 | 0 | 1101 | 100011000 | 1000101 | 111100 |
Color Harmonies of #B153DF
Complementary color
Monochromatic Colors of #B153DF
Black with #B153DF
Text Example
Text Example
White with #B153DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B153DF; }
p { color: rgb(177,83,223); }
H1.HeaderClassName
{
color: #B153DF;
}
.AnyTagClassName
{
color: #B153DF;
}
</style>
background-color css
<style>
a { background-color: #B153DF; }
a { background-color: rgb(177,83,223); }
div.DivClassName
{
background-color: #B153DF;
}
.BgClassName
{
background-color: #B153DF;
}
</style>
border-color css
<style>
span { border-color: #B153DF; }
span { border-color: rgb(177,83,223); }
td.TdClassName
{
border-color: #B153DF;
}
.TagClassName
{
border-color: #B153DF;
}
</style>