#B45EF1

Color #B45EF1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B45EF1

Tints of Medium Orchid #B45EF1

Color information

#B45EF1 (or 0xB45EF1) is unknown color: approx Medium Orchid. HEX triplet: B4, 5E and F1. RGB value is (180,94,241). Sum of RGB (Red+Green+Blue) = 180+94+241=515 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.95% from 515); Green value is 94 (37.11% from 255 or 18.25% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #B45EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45EF1 is #4BA10E. Grayscale: #878787. Windows color (decimal): -4956431 or 15818420. OLE color: 15818420.

HSL color Cylindrical-coordinate representation of color #B45EF1: hue angle of 275.1º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B45EF1 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18094241-
CMYK0.250.6100.05
HSL275.1º84%65.69%-
HSV(B)275.1º61%94.51%-
XYZ38.724.0685.82-
YUV136.47186.99159.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 34.95%
GREEN value IS 94 (37.11% from 255) = 18.25%
BLUE value IS 241 (94.53% from 255) = 46.80%
R=34.95%
G=18.25%
B=46.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal180942410.250.6100.05275.18465.69
HexB45EF1193D051135442
Octal264136361317505423124102
Binary1011010010111101111000111001111101010110001001110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45EF1; }

 p { color: rgb(180,94,241); }

 H1.HeaderClassName
 {
   color: #B45EF1;
 }
 .AnyTagClassName
 {
   color: #B45EF1;
 }
</style>
background-color css

<style>
 a { background-color: #B45EF1; }

 a { background-color: rgb(180,94,241); }

 div.DivClassName
 {
   background-color: #B45EF1;
 }
 .BgClassName
 {
   background-color: #B45EF1;
 }
</style>
border-color css

<style>
 span { border-color: #B45EF1; }

 span { border-color: rgb(180,94,241); }

 td.TdClassName
 {
   border-color: #B45EF1;
 }
 .TagClassName
 {
   border-color: #B45EF1;
 }
</style>