Shades of Medium Orchid #B045D6
Tints of Medium Orchid #B045D6
RGB
CMYK
RGB Variations
Color information
#B045D6 (or 0xB045D6) is known color: Medium Orchid. HEX triplet: B0, 45 and D6. RGB value is (176,69,214). Sum of RGB (Red+Green+Blue) = 176+69+214=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 214 (83.98% from 255 or 46.62% from 459); Max value from RGB is 214 - color contains mainly: blue. Hex color #B045D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B045D6 is #4FBA29. Grayscale: #757575. Windows color (decimal): -5225002 or 14042544. OLE color: 14042544.
HSL color Cylindrical-coordinate representation of color #B045D6: hue angle of 284.28º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B045D6 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 176 | 69 | 214 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.16 |
| HSL | 284.28º | 0.64% | 0.55% | - |
| HSV(B) | 284.28º | 0.68% | 0.84% | - |
| XYZ | 32.17 | 18.34 | 65.46 | - |
| YUV | 117.52 | 182.45 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 214 | 0.18 | 0.68 | 0 | 0.16 | 284.28 | 0.64 | 0.55 |
| Hex | B0 | 45 | D6 | 12 | 44 | 0 | 10 | 11C | 40 | 37 |
| Octal | 260 | 105 | 326 | 22 | 104 | 0 | 20 | 434 | 100 | 67 |
| Binary | 10110000 | 1000101 | 11010110 | 10010 | 1000100 | 0 | 10000 | 100011100 | 1000000 | 110111 |
Color Harmonies of #B045D6
Complementary color
Monochromatic Colors of #B045D6
Black with #B045D6
Text Example
Text Example
White with #B045D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B045D6; }
p { color: rgb(176,69,214); }
H1.HeaderClassName
{
color: #B045D6;
}
.AnyTagClassName
{
color: #B045D6;
}
</style>
background-color css
<style>
a { background-color: #B045D6; }
a { background-color: rgb(176,69,214); }
div.DivClassName
{
background-color: #B045D6;
}
.BgClassName
{
background-color: #B045D6;
}
</style>
border-color css
<style>
span { border-color: #B045D6; }
span { border-color: rgb(176,69,214); }
td.TdClassName
{
border-color: #B045D6;
}
.TagClassName
{
border-color: #B045D6;
}
</style>