Shades of Medium Orchid #B45CF1
Tints of Medium Orchid #B45CF1
RGB
CMYK
RGB Variations
Color information
#B45CF1 (or 0xB45CF1) is known color: Medium Orchid. HEX triplet: B4, 5C and F1. RGB value is (180,92,241). Sum of RGB (Red+Green+Blue) = 180+92+241=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #B45CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45CF1 is #4BA30E. Grayscale: #868686. Windows color (decimal): -4956943 or 15817908. OLE color: 15817908.
HSL color Cylindrical-coordinate representation of color #B45CF1: hue angle of 275.44º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B45CF1 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 92 | 241 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.05 |
| HSL | 275.44º | 0.84% | 0.65% | - |
| HSV(B) | 275.44º | 0.62% | 0.95% | - |
| XYZ | 38.53 | 23.71 | 85.76 | - |
| YUV | 135.3 | 187.65 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 92 | 241 | 0.25 | 0.62 | 0 | 0.05 | 275.44 | 0.84 | 0.65 |
| Hex | B4 | 5C | F1 | 19 | 3E | 0 | 5 | 113 | 54 | 41 |
| Octal | 264 | 134 | 361 | 31 | 76 | 0 | 5 | 423 | 124 | 101 |
| Binary | 10110100 | 1011100 | 11110001 | 11001 | 111110 | 0 | 101 | 100010011 | 1010100 | 1000001 |
Color Harmonies of #B45CF1
Complementary color
Monochromatic Colors of #B45CF1
Black with #B45CF1
Text Example
Text Example
White with #B45CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45CF1; }
p { color: rgb(180,92,241); }
H1.HeaderClassName
{
color: #B45CF1;
}
.AnyTagClassName
{
color: #B45CF1;
}
</style>
background-color css
<style>
a { background-color: #B45CF1; }
a { background-color: rgb(180,92,241); }
div.DivClassName
{
background-color: #B45CF1;
}
.BgClassName
{
background-color: #B45CF1;
}
</style>
border-color css
<style>
span { border-color: #B45CF1; }
span { border-color: rgb(180,92,241); }
td.TdClassName
{
border-color: #B45CF1;
}
.TagClassName
{
border-color: #B45CF1;
}
</style>