Shades of Medium Orchid #B045FF
Tints of Medium Orchid #B045FF
RGB
CMYK
RGB Variations
Color information
#B045FF (or 0xB045FF) is known color: Medium Orchid. HEX triplet: B0, 45 and FF. RGB value is (176,69,255). Sum of RGB (Red+Green+Blue) = 176+69+255=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 69 (27.34% from 255 or 13.8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #B045FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B045FF is #4FBA00. Grayscale: #797979. Windows color (decimal): -5224961 or 16729520. OLE color: 16729520.
HSL color Cylindrical-coordinate representation of color #B045FF: hue angle of 274.52º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B045FF is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 69 | 255 | - |
| CMYK | 0.31 | 0.73 | 0 | 0 |
| HSL | 274.52º | 1% | 0.64% | - |
| HSV(B) | 274.52º | 0.73% | 1% | - |
| XYZ | 38.08 | 20.71 | 96.6 | - |
| YUV | 122.2 | 202.95 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 255 | 0.31 | 0.73 | 0 | 0 | 274.52 | 1 | 0.64 |
| Hex | B0 | 45 | FF | 1F | 49 | 0 | 0 | 113 | 64 | 40 |
| Octal | 260 | 105 | 377 | 37 | 111 | 0 | 0 | 423 | 144 | 100 |
| Binary | 10110000 | 1000101 | 11111111 | 11111 | 1001001 | 0 | 0 | 100010011 | 1100100 | 1000000 |
Color Harmonies of #B045FF
Complementary color
Monochromatic Colors of #B045FF
Black with #B045FF
Text Example
Text Example
White with #B045FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B045FF; }
p { color: rgb(176,69,255); }
H1.HeaderClassName
{
color: #B045FF;
}
.AnyTagClassName
{
color: #B045FF;
}
</style>
background-color css
<style>
a { background-color: #B045FF; }
a { background-color: rgb(176,69,255); }
div.DivClassName
{
background-color: #B045FF;
}
.BgClassName
{
background-color: #B045FF;
}
</style>
border-color css
<style>
span { border-color: #B045FF; }
span { border-color: rgb(176,69,255); }
td.TdClassName
{
border-color: #B045FF;
}
.TagClassName
{
border-color: #B045FF;
}
</style>