Shades of Medium Orchid #B045EF
Tints of Medium Orchid #B045EF
RGB
CMYK
RGB Variations
Color information
#B045EF (or 0xB045EF) is known color: Medium Orchid. HEX triplet: B0, 45 and EF. RGB value is (176,69,239). Sum of RGB (Red+Green+Blue) = 176+69+239=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 69 (27.34% from 255 or 14.26% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #B045EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B045EF is #4FBA10. Grayscale: #777777. Windows color (decimal): -5224977 or 15680944. OLE color: 15680944.
HSL color Cylindrical-coordinate representation of color #B045EF: hue angle of 277.76º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B045EF is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 69 | 239 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.06 |
| HSL | 277.76º | 0.84% | 0.6% | - |
| HSV(B) | 277.76º | 0.71% | 0.94% | - |
| XYZ | 35.61 | 19.72 | 83.59 | - |
| YUV | 120.37 | 194.95 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 239 | 0.26 | 0.71 | 0 | 0.06 | 277.76 | 0.84 | 0.6 |
| Hex | B0 | 45 | EF | 1A | 47 | 0 | 6 | 116 | 54 | 3C |
| Octal | 260 | 105 | 357 | 32 | 107 | 0 | 6 | 426 | 124 | 74 |
| Binary | 10110000 | 1000101 | 11101111 | 11010 | 1000111 | 0 | 110 | 100010110 | 1010100 | 111100 |
Color Harmonies of #B045EF
Complementary color
Monochromatic Colors of #B045EF
Black with #B045EF
Text Example
Text Example
White with #B045EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B045EF; }
p { color: rgb(176,69,239); }
H1.HeaderClassName
{
color: #B045EF;
}
.AnyTagClassName
{
color: #B045EF;
}
</style>
background-color css
<style>
a { background-color: #B045EF; }
a { background-color: rgb(176,69,239); }
div.DivClassName
{
background-color: #B045EF;
}
.BgClassName
{
background-color: #B045EF;
}
</style>
border-color css
<style>
span { border-color: #B045EF; }
span { border-color: rgb(176,69,239); }
td.TdClassName
{
border-color: #B045EF;
}
.TagClassName
{
border-color: #B045EF;
}
</style>