Shades of Medium Orchid #B045DA
Tints of Medium Orchid #B045DA
RGB
CMYK
RGB Variations
Color information
#B045DA (or 0xB045DA) is known color: Medium Orchid. HEX triplet: B0, 45 and DA. RGB value is (176,69,218). Sum of RGB (Red+Green+Blue) = 176+69+218=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 69 (27.34% from 255 or 14.90% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #B045DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B045DA is #4FBA25. Grayscale: #757575. Windows color (decimal): -5224998 or 14304688. OLE color: 14304688.
HSL color Cylindrical-coordinate representation of color #B045DA: hue angle of 283.09º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B045DA is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 69 | 218 | - |
| CMYK | 0.19 | 0.68 | 0 | 0.15 |
| HSL | 283.09º | 0.67% | 0.56% | - |
| HSV(B) | 283.09º | 0.68% | 0.85% | - |
| XYZ | 32.69 | 18.55 | 68.19 | - |
| YUV | 117.98 | 184.45 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 218 | 0.19 | 0.68 | 0 | 0.15 | 283.09 | 0.67 | 0.56 |
| Hex | B0 | 45 | DA | 13 | 44 | 0 | F | 11B | 43 | 38 |
| Octal | 260 | 105 | 332 | 23 | 104 | 0 | 17 | 433 | 103 | 70 |
| Binary | 10110000 | 1000101 | 11011010 | 10011 | 1000100 | 0 | 1111 | 100011011 | 1000011 | 111000 |
Color Harmonies of #B045DA
Complementary color
Monochromatic Colors of #B045DA
Black with #B045DA
Text Example
Text Example
White with #B045DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B045DA; }
p { color: rgb(176,69,218); }
H1.HeaderClassName
{
color: #B045DA;
}
.AnyTagClassName
{
color: #B045DA;
}
</style>
background-color css
<style>
a { background-color: #B045DA; }
a { background-color: rgb(176,69,218); }
div.DivClassName
{
background-color: #B045DA;
}
.BgClassName
{
background-color: #B045DA;
}
</style>
border-color css
<style>
span { border-color: #B045DA; }
span { border-color: rgb(176,69,218); }
td.TdClassName
{
border-color: #B045DA;
}
.TagClassName
{
border-color: #B045DA;
}
</style>