Shades of Medium Orchid #B45DF3
Tints of Medium Orchid #B45DF3
RGB
CMYK
RGB Variations
Color information
#B45DF3 (or 0xB45DF3) is known color: Medium Orchid. HEX triplet: B4, 5D and F3. RGB value is (180,93,243). Sum of RGB (Red+Green+Blue) = 180+93+243=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 93 (36.72% from 255 or 18.02% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #B45DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45DF3 is #4BA20C. Grayscale: #878787. Windows color (decimal): -4956685 or 15949236. OLE color: 15949236.
HSL color Cylindrical-coordinate representation of color #B45DF3: hue angle of 274.8º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B45DF3 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 93 | 243 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.05 |
| HSL | 274.8º | 0.86% | 0.66% | - |
| HSV(B) | 274.8º | 0.62% | 0.95% | - |
| XYZ | 38.91 | 24 | 87.38 | - |
| YUV | 136.11 | 188.32 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 93 | 243 | 0.26 | 0.62 | 0 | 0.05 | 274.8 | 0.86 | 0.66 |
| Hex | B4 | 5D | F3 | 1A | 3E | 0 | 5 | 113 | 56 | 42 |
| Octal | 264 | 135 | 363 | 32 | 76 | 0 | 5 | 423 | 126 | 102 |
| Binary | 10110100 | 1011101 | 11110011 | 11010 | 111110 | 0 | 101 | 100010011 | 1010110 | 1000010 |
Color Harmonies of #B45DF3
Complementary color
Monochromatic Colors of #B45DF3
Black with #B45DF3
Text Example
Text Example
White with #B45DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45DF3; }
p { color: rgb(180,93,243); }
H1.HeaderClassName
{
color: #B45DF3;
}
.AnyTagClassName
{
color: #B45DF3;
}
</style>
background-color css
<style>
a { background-color: #B45DF3; }
a { background-color: rgb(180,93,243); }
div.DivClassName
{
background-color: #B45DF3;
}
.BgClassName
{
background-color: #B45DF3;
}
</style>
border-color css
<style>
span { border-color: #B45DF3; }
span { border-color: rgb(180,93,243); }
td.TdClassName
{
border-color: #B45DF3;
}
.TagClassName
{
border-color: #B45DF3;
}
</style>