Shades of Medium Orchid #B45BF2
Tints of Medium Orchid #B45BF2
RGB
CMYK
RGB Variations
Color information
#B45BF2 (or 0xB45BF2) is known color: Medium Orchid. HEX triplet: B4, 5B and F2. RGB value is (180,91,242). Sum of RGB (Red+Green+Blue) = 180+91+242=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 91 (35.94% from 255 or 17.74% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #B45BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45BF2 is #4BA40D. Grayscale: #868686. Windows color (decimal): -4957198 or 15883188. OLE color: 15883188.
HSL color Cylindrical-coordinate representation of color #B45BF2: hue angle of 275.36º degrees, saturation: 0.85, 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 #B45BF2 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 91 | 242 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.05 |
| HSL | 275.36º | 0.85% | 0.65% | - |
| HSV(B) | 275.36º | 0.62% | 0.95% | - |
| XYZ | 38.59 | 23.6 | 86.53 | - |
| YUV | 134.83 | 188.49 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 91 | 242 | 0.26 | 0.62 | 0 | 0.05 | 275.36 | 0.85 | 0.65 |
| Hex | B4 | 5B | F2 | 1A | 3E | 0 | 5 | 113 | 55 | 41 |
| Octal | 264 | 133 | 362 | 32 | 76 | 0 | 5 | 423 | 125 | 101 |
| Binary | 10110100 | 1011011 | 11110010 | 11010 | 111110 | 0 | 101 | 100010011 | 1010101 | 1000001 |
Color Harmonies of #B45BF2
Complementary color
Monochromatic Colors of #B45BF2
Black with #B45BF2
Text Example
Text Example
White with #B45BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45BF2; }
p { color: rgb(180,91,242); }
H1.HeaderClassName
{
color: #B45BF2;
}
.AnyTagClassName
{
color: #B45BF2;
}
</style>
background-color css
<style>
a { background-color: #B45BF2; }
a { background-color: rgb(180,91,242); }
div.DivClassName
{
background-color: #B45BF2;
}
.BgClassName
{
background-color: #B45BF2;
}
</style>
border-color css
<style>
span { border-color: #B45BF2; }
span { border-color: rgb(180,91,242); }
td.TdClassName
{
border-color: #B45BF2;
}
.TagClassName
{
border-color: #B45BF2;
}
</style>