Shades of Medium Orchid #B45BED
Tints of Medium Orchid #B45BED
RGB
CMYK
RGB Variations
Color information
#B45BED (or 0xB45BED) is known color: Medium Orchid. HEX triplet: B4, 5B and ED. RGB value is (180,91,237). Sum of RGB (Red+Green+Blue) = 180+91+237=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #B45BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45BED is #4BA412. Grayscale: #858585. Windows color (decimal): -4957203 or 15555508. OLE color: 15555508.
HSL color Cylindrical-coordinate representation of color #B45BED: hue angle of 276.58º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B45BED is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 180 | 91 | 237 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.07 |
| HSL | 276.58º | 0.8% | 0.64% | - |
| HSV(B) | 276.58º | 0.62% | 0.93% | - |
| XYZ | 37.85 | 23.3 | 82.62 | - |
| YUV | 134.26 | 185.99 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 91 | 237 | 0.24 | 0.62 | 0 | 0.07 | 276.58 | 0.8 | 0.64 |
| Hex | B4 | 5B | ED | 18 | 3E | 0 | 7 | 115 | 50 | 40 |
| Octal | 264 | 133 | 355 | 30 | 76 | 0 | 7 | 425 | 120 | 100 |
| Binary | 10110100 | 1011011 | 11101101 | 11000 | 111110 | 0 | 111 | 100010101 | 1010000 | 1000000 |
Color Harmonies of #B45BED
Complementary color
Monochromatic Colors of #B45BED
Black with #B45BED
Text Example
Text Example
White with #B45BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45BED; }
p { color: rgb(180,91,237); }
H1.HeaderClassName
{
color: #B45BED;
}
.AnyTagClassName
{
color: #B45BED;
}
</style>
background-color css
<style>
a { background-color: #B45BED; }
a { background-color: rgb(180,91,237); }
div.DivClassName
{
background-color: #B45BED;
}
.BgClassName
{
background-color: #B45BED;
}
</style>
border-color css
<style>
span { border-color: #B45BED; }
span { border-color: rgb(180,91,237); }
td.TdClassName
{
border-color: #B45BED;
}
.TagClassName
{
border-color: #B45BED;
}
</style>