Shades of Medium Orchid #B45CEF
Tints of Medium Orchid #B45CEF
RGB
CMYK
RGB Variations
Color information
#B45CEF (or 0xB45CEF) is known color: Medium Orchid. HEX triplet: B4, 5C and EF. RGB value is (180,92,239). Sum of RGB (Red+Green+Blue) = 180+92+239=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 92 (36.33% from 255 or 18.00% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #B45CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45CEF is #4BA310. Grayscale: #868686. Windows color (decimal): -4956945 or 15686836. OLE color: 15686836.
HSL color Cylindrical-coordinate representation of color #B45CEF: hue angle of 275.92º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B45CEF is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 180 | 92 | 239 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.06 |
| HSL | 275.92º | 0.82% | 0.65% | - |
| HSV(B) | 275.92º | 0.62% | 0.94% | - |
| XYZ | 38.23 | 23.59 | 84.2 | - |
| YUV | 135.07 | 186.65 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 239 | 0.25 | 0.62 | 0 | 0.06 | 275.92 | 0.82 | 0.65 |
| Hex | B4 | 5C | EF | 19 | 3E | 0 | 6 | 114 | 52 | 41 |
| Octal | 264 | 134 | 357 | 31 | 76 | 0 | 6 | 424 | 122 | 101 |
| Binary | 10110100 | 1011100 | 11101111 | 11001 | 111110 | 0 | 110 | 100010100 | 1010010 | 1000001 |
Color Harmonies of #B45CEF
Complementary color
Monochromatic Colors of #B45CEF
Black with #B45CEF
Text Example
Text Example
White with #B45CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45CEF; }
p { color: rgb(180,92,239); }
H1.HeaderClassName
{
color: #B45CEF;
}
.AnyTagClassName
{
color: #B45CEF;
}
</style>
background-color css
<style>
a { background-color: #B45CEF; }
a { background-color: rgb(180,92,239); }
div.DivClassName
{
background-color: #B45CEF;
}
.BgClassName
{
background-color: #B45CEF;
}
</style>
border-color css
<style>
span { border-color: #B45CEF; }
span { border-color: rgb(180,92,239); }
td.TdClassName
{
border-color: #B45CEF;
}
.TagClassName
{
border-color: #B45CEF;
}
</style>