Shades of Medium Orchid #B45BFE
Tints of Medium Orchid #B45BFE
RGB
CMYK
RGB Variations
Color information
#B45BFE (or 0xB45BFE) is known color: Medium Orchid. HEX triplet: B4, 5B and FE. RGB value is (180,91,254). Sum of RGB (Red+Green+Blue) = 180+91+254=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 91 (35.94% from 255 or 17.33% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #B45BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45BFE is #4BA401. Grayscale: #878787. Windows color (decimal): -4957186 or 16669620. OLE color: 16669620.
HSL color Cylindrical-coordinate representation of color #B45BFE: hue angle of 272.76º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B45BFE is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 91 | 254 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.00 |
| HSL | 272.76º | 0.99% | 0.68% | - |
| HSV(B) | 272.76º | 0.64% | 1% | - |
| XYZ | 40.45 | 24.34 | 96.33 | - |
| YUV | 136.19 | 194.49 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 91 | 254 | 0.29 | 0.64 | 0 | 0.00 | 272.76 | 0.99 | 0.68 |
| Hex | B4 | 5B | FE | 1D | 40 | 0 | 0 | 111 | 63 | 44 |
| Octal | 264 | 133 | 376 | 35 | 100 | 0 | 0 | 421 | 143 | 104 |
| Binary | 10110100 | 1011011 | 11111110 | 11101 | 1000000 | 0 | 0 | 100010001 | 1100011 | 1000100 |
Color Harmonies of #B45BFE
Complementary color
Monochromatic Colors of #B45BFE
Black with #B45BFE
Text Example
Text Example
White with #B45BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45BFE; }
p { color: rgb(180,91,254); }
H1.HeaderClassName
{
color: #B45BFE;
}
.AnyTagClassName
{
color: #B45BFE;
}
</style>
background-color css
<style>
a { background-color: #B45BFE; }
a { background-color: rgb(180,91,254); }
div.DivClassName
{
background-color: #B45BFE;
}
.BgClassName
{
background-color: #B45BFE;
}
</style>
border-color css
<style>
span { border-color: #B45BFE; }
span { border-color: rgb(180,91,254); }
td.TdClassName
{
border-color: #B45BFE;
}
.TagClassName
{
border-color: #B45BFE;
}
</style>