Shades of Medium Orchid #B45FE8
Tints of Medium Orchid #B45FE8
RGB
CMYK
RGB Variations
Color information
#B45FE8 (or 0xB45FE8) is known color: Medium Orchid. HEX triplet: B4, 5F and E8. RGB value is (180,95,232). Sum of RGB (Red+Green+Blue) = 180+95+232=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 95 (37.5% from 255 or 18.74% from 507); Blue value is 232 (91.02% from 255 or 45.76% from 507); Max value from RGB is 232 - color contains mainly: blue. Hex color #B45FE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45FE8 is #4BA017. Grayscale: #878787. Windows color (decimal): -4956184 or 15228852. OLE color: 15228852.
HSL color Cylindrical-coordinate representation of color #B45FE8: hue angle of 277.23º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B45FE8 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 95 | 232 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.09 |
| HSL | 277.23º | 0.75% | 0.64% | - |
| HSV(B) | 277.23º | 0.59% | 0.91% | - |
| XYZ | 37.48 | 23.71 | 78.95 | - |
| YUV | 136.03 | 182.16 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 95 | 232 | 0.22 | 0.59 | 0 | 0.09 | 277.23 | 0.75 | 0.64 |
| Hex | B4 | 5F | E8 | 16 | 3B | 0 | 9 | 115 | 4B | 40 |
| Octal | 264 | 137 | 350 | 26 | 73 | 0 | 11 | 425 | 113 | 100 |
| Binary | 10110100 | 1011111 | 11101000 | 10110 | 111011 | 0 | 1001 | 100010101 | 1001011 | 1000000 |
Color Harmonies of #B45FE8
Complementary color
Monochromatic Colors of #B45FE8
Black with #B45FE8
Text Example
Text Example
White with #B45FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45FE8; }
p { color: rgb(180,95,232); }
H1.HeaderClassName
{
color: #B45FE8;
}
.AnyTagClassName
{
color: #B45FE8;
}
</style>
background-color css
<style>
a { background-color: #B45FE8; }
a { background-color: rgb(180,95,232); }
div.DivClassName
{
background-color: #B45FE8;
}
.BgClassName
{
background-color: #B45FE8;
}
</style>
border-color css
<style>
span { border-color: #B45FE8; }
span { border-color: rgb(180,95,232); }
td.TdClassName
{
border-color: #B45FE8;
}
.TagClassName
{
border-color: #B45FE8;
}
</style>