Shades of Medium Orchid #B45BEA
Tints of Medium Orchid #B45BEA
RGB
CMYK
RGB Variations
Color information
#B45BEA (or 0xB45BEA) is known color: Medium Orchid. HEX triplet: B4, 5B and EA. RGB value is (180,91,234). Sum of RGB (Red+Green+Blue) = 180+91+234=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #B45BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45BEA is #4BA415. Grayscale: #858585. Windows color (decimal): -4957206 or 15358900. OLE color: 15358900.
HSL color Cylindrical-coordinate representation of color #B45BEA: hue angle of 277.34º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B45BEA is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 91 | 234 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.08 |
| HSL | 277.34º | 0.77% | 0.64% | - |
| HSV(B) | 277.34º | 0.61% | 0.92% | - |
| XYZ | 37.41 | 23.13 | 80.33 | - |
| YUV | 133.91 | 184.49 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 91 | 234 | 0.23 | 0.61 | 0 | 0.08 | 277.34 | 0.77 | 0.64 |
| Hex | B4 | 5B | EA | 17 | 3D | 0 | 8 | 115 | 4D | 40 |
| Octal | 264 | 133 | 352 | 27 | 75 | 0 | 10 | 425 | 115 | 100 |
| Binary | 10110100 | 1011011 | 11101010 | 10111 | 111101 | 0 | 1000 | 100010101 | 1001101 | 1000000 |
Color Harmonies of #B45BEA
Complementary color
Monochromatic Colors of #B45BEA
Black with #B45BEA
Text Example
Text Example
White with #B45BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45BEA; }
p { color: rgb(180,91,234); }
H1.HeaderClassName
{
color: #B45BEA;
}
.AnyTagClassName
{
color: #B45BEA;
}
</style>
background-color css
<style>
a { background-color: #B45BEA; }
a { background-color: rgb(180,91,234); }
div.DivClassName
{
background-color: #B45BEA;
}
.BgClassName
{
background-color: #B45BEA;
}
</style>
border-color css
<style>
span { border-color: #B45BEA; }
span { border-color: rgb(180,91,234); }
td.TdClassName
{
border-color: #B45BEA;
}
.TagClassName
{
border-color: #B45BEA;
}
</style>