Shades of Medium Orchid #B040DA
Tints of Medium Orchid #B040DA
RGB
CMYK
RGB Variations
Color information
#B040DA (or 0xB040DA) is known color: Medium Orchid. HEX triplet: B0, 40 and DA. RGB value is (176,64,218). Sum of RGB (Red+Green+Blue) = 176+64+218=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #B040DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B040DA is #4FBF25. Grayscale: #727272. Windows color (decimal): -5226278 or 14303408. OLE color: 14303408.
HSL color Cylindrical-coordinate representation of color #B040DA: hue angle of 283.64º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B040DA is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 64 | 218 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.15 |
| HSL | 283.64º | 0.68% | 0.55% | - |
| HSV(B) | 283.64º | 0.71% | 0.85% | - |
| XYZ | 32.39 | 17.96 | 68.09 | - |
| YUV | 115.04 | 186.11 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 218 | 0.19 | 0.71 | 0 | 0.15 | 283.64 | 0.68 | 0.55 |
| Hex | B0 | 40 | DA | 13 | 47 | 0 | F | 11C | 44 | 37 |
| Octal | 260 | 100 | 332 | 23 | 107 | 0 | 17 | 434 | 104 | 67 |
| Binary | 10110000 | 1000000 | 11011010 | 10011 | 1000111 | 0 | 1111 | 100011100 | 1000100 | 110111 |
Color Harmonies of #B040DA
Complementary color
Monochromatic Colors of #B040DA
Black with #B040DA
Text Example
Text Example
White with #B040DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B040DA; }
p { color: rgb(176,64,218); }
H1.HeaderClassName
{
color: #B040DA;
}
.AnyTagClassName
{
color: #B040DA;
}
</style>
background-color css
<style>
a { background-color: #B040DA; }
a { background-color: rgb(176,64,218); }
div.DivClassName
{
background-color: #B040DA;
}
.BgClassName
{
background-color: #B040DA;
}
</style>
border-color css
<style>
span { border-color: #B040DA; }
span { border-color: rgb(176,64,218); }
td.TdClassName
{
border-color: #B040DA;
}
.TagClassName
{
border-color: #B040DA;
}
</style>