#B45FEC

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

Shades of Medium Orchid #B45FEC

Tints of Medium Orchid #B45FEC

Color information

#B45FEC (or 0xB45FEC) is unknown color: approx Medium Orchid. HEX triplet: B4, 5F and EC. RGB value is (180,95,236). Sum of RGB (Red+Green+Blue) = 180+95+236=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #B45FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45FEC is #4BA013. Grayscale: #888888. Windows color (decimal): -4956180 or 15490996. OLE color: 15490996.

HSL color Cylindrical-coordinate representation of color #B45FEC: hue angle of 276.17º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B45FEC is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18095236-
CMYK0.240.6000.07
HSL276.17º78.77%64.9%-
HSV(B)276.17º59.75%92.55%-
XYZ38.0523.9481.97-
YUV136.49184.16159.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.23%
GREEN value IS 95 (37.5% from 255) = 18.59%
BLUE value IS 236 (92.58% from 255) = 46.18%
R=35.23%
G=18.59%
B=46.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal180952360.240.6000.07276.1778.7764.9
HexB45FEC183C071144f41
Octal264137354307407424117101
Binary1011010010111111110110011000111100011110001010010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45FEC; }

 p { color: rgb(180,95,236); }

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

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

 a { background-color: rgb(180,95,236); }

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

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

 span { border-color: rgb(180,95,236); }

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