Shades of Medium Orchid #B45DF6
Tints of Medium Orchid #B45DF6
RGB
CMYK
RGB Variations
Color information
#B45DF6 (or 0xB45DF6) is known color: Medium Orchid. HEX triplet: B4, 5D and F6. RGB value is (180,93,246). Sum of RGB (Red+Green+Blue) = 180+93+246=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 246 (96.48% from 255 or 47.40% from 519); Max value from RGB is 246 - color contains mainly: blue. Hex color #B45DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45DF6 is #4BA209. Grayscale: #878787. Windows color (decimal): -4956682 or 16145844. OLE color: 16145844.
HSL color Cylindrical-coordinate representation of color #B45DF6: hue angle of 274.12º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B45DF6 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 93 | 246 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.04 |
| HSL | 274.12º | 0.89% | 0.66% | - |
| HSV(B) | 274.12º | 0.62% | 0.96% | - |
| XYZ | 39.37 | 24.19 | 89.78 | - |
| YUV | 136.46 | 189.82 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 93 | 246 | 0.27 | 0.62 | 0 | 0.04 | 274.12 | 0.89 | 0.66 |
| Hex | B4 | 5D | F6 | 1B | 3E | 0 | 4 | 112 | 59 | 42 |
| Octal | 264 | 135 | 366 | 33 | 76 | 0 | 4 | 422 | 131 | 102 |
| Binary | 10110100 | 1011101 | 11110110 | 11011 | 111110 | 0 | 100 | 100010010 | 1011001 | 1000010 |
Color Harmonies of #B45DF6
Complementary color
Monochromatic Colors of #B45DF6
Black with #B45DF6
Text Example
Text Example
White with #B45DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45DF6; }
p { color: rgb(180,93,246); }
H1.HeaderClassName
{
color: #B45DF6;
}
.AnyTagClassName
{
color: #B45DF6;
}
</style>
background-color css
<style>
a { background-color: #B45DF6; }
a { background-color: rgb(180,93,246); }
div.DivClassName
{
background-color: #B45DF6;
}
.BgClassName
{
background-color: #B45DF6;
}
</style>
border-color css
<style>
span { border-color: #B45DF6; }
span { border-color: rgb(180,93,246); }
td.TdClassName
{
border-color: #B45DF6;
}
.TagClassName
{
border-color: #B45DF6;
}
</style>