Shades of Medium Orchid #B45FFF
Tints of Medium Orchid #B45FFF
RGB
CMYK
RGB Variations
Color information
#B45FFF (or 0xB45FFF) is known color: Medium Orchid. HEX triplet: B4, 5F and FF. RGB value is (180,95,255). Sum of RGB (Red+Green+Blue) = 180+95+255=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 95 (37.5% from 255 or 17.92% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #B45FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45FFF is #4BA000. Grayscale: #8A8A8A. Windows color (decimal): -4956161 or 16736180. OLE color: 16736180.
HSL color Cylindrical-coordinate representation of color #B45FFF: hue angle of 271.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B45FFF is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 95 | 255 | - |
| CMYK | 0.29 | 0.63 | 0 | 0 |
| HSL | 271.88º | 1% | 0.69% | - |
| HSV(B) | 271.88º | 0.63% | 1% | - |
| XYZ | 40.96 | 25.11 | 97.29 | - |
| YUV | 138.66 | 193.66 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 95 | 255 | 0.29 | 0.63 | 0 | 0 | 271.88 | 1 | 0.69 |
| Hex | B4 | 5F | FF | 1D | 3F | 0 | 0 | 110 | 64 | 45 |
| Octal | 264 | 137 | 377 | 35 | 77 | 0 | 0 | 420 | 144 | 105 |
| Binary | 10110100 | 1011111 | 11111111 | 11101 | 111111 | 0 | 0 | 100010000 | 1100100 | 1000101 |
Color Harmonies of #B45FFF
Complementary color
Monochromatic Colors of #B45FFF
Black with #B45FFF
Text Example
Text Example
White with #B45FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45FFF; }
p { color: rgb(180,95,255); }
H1.HeaderClassName
{
color: #B45FFF;
}
.AnyTagClassName
{
color: #B45FFF;
}
</style>
background-color css
<style>
a { background-color: #B45FFF; }
a { background-color: rgb(180,95,255); }
div.DivClassName
{
background-color: #B45FFF;
}
.BgClassName
{
background-color: #B45FFF;
}
</style>
border-color css
<style>
span { border-color: #B45FFF; }
span { border-color: rgb(180,95,255); }
td.TdClassName
{
border-color: #B45FFF;
}
.TagClassName
{
border-color: #B45FFF;
}
</style>