Shades of Medium Orchid #B45CEA
Tints of Medium Orchid #B45CEA
RGB
CMYK
RGB Variations
Color information
#B45CEA (or 0xB45CEA) is known color: Medium Orchid. HEX triplet: B4, 5C and EA. RGB value is (180,92,234). Sum of RGB (Red+Green+Blue) = 180+92+234=506 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.57% from 506); Green value is 92 (36.33% from 255 or 18.18% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #B45CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45CEA is #4BA315. Grayscale: #868686. Windows color (decimal): -4956950 or 15359156. OLE color: 15359156.
HSL color Cylindrical-coordinate representation of color #B45CEA: hue angle of 277.18º 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 #B45CEA is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 180 | 92 | 234 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.08 |
| HSL | 277.18º | 0.77% | 0.64% | - |
| HSV(B) | 277.18º | 0.61% | 0.92% | - |
| XYZ | 37.5 | 23.3 | 80.36 | - |
| YUV | 134.5 | 184.15 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 234 | 0.23 | 0.61 | 0 | 0.08 | 277.18 | 0.77 | 0.64 |
| Hex | B4 | 5C | EA | 17 | 3D | 0 | 8 | 115 | 4D | 40 |
| Octal | 264 | 134 | 352 | 27 | 75 | 0 | 10 | 425 | 115 | 100 |
| Binary | 10110100 | 1011100 | 11101010 | 10111 | 111101 | 0 | 1000 | 100010101 | 1001101 | 1000000 |
Color Harmonies of #B45CEA
Complementary color
Monochromatic Colors of #B45CEA
Black with #B45CEA
Text Example
Text Example
White with #B45CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45CEA; }
p { color: rgb(180,92,234); }
H1.HeaderClassName
{
color: #B45CEA;
}
.AnyTagClassName
{
color: #B45CEA;
}
</style>
background-color css
<style>
a { background-color: #B45CEA; }
a { background-color: rgb(180,92,234); }
div.DivClassName
{
background-color: #B45CEA;
}
.BgClassName
{
background-color: #B45CEA;
}
</style>
border-color css
<style>
span { border-color: #B45CEA; }
span { border-color: rgb(180,92,234); }
td.TdClassName
{
border-color: #B45CEA;
}
.TagClassName
{
border-color: #B45CEA;
}
</style>