#B45ECA

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

Shades of Medium Orchid #B45ECA

Tints of Medium Orchid #B45ECA

Color information

#B45ECA (or 0xB45ECA) is unknown color: approx Medium Orchid. HEX triplet: B4, 5E and CA. RGB value is (180,94,202). Sum of RGB (Red+Green+Blue) = 180+94+202=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #B45ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45ECA is #4BA135. Grayscale: #838383. Windows color (decimal): -4956470 or 13262516. OLE color: 13262516.

HSL color Cylindrical-coordinate representation of color #B45ECA: hue angle of 287.78º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B45ECA is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18094202-
CMYK0.110.5300.21
HSL287.78º50.47%58.04%-
HSV(B)287.78º53.47%79.22%-
XYZ33.4921.9758.35-
YUV132.03167.49162.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 94 (37.11% from 255) = 19.75%
BLUE value IS 202 (79.30% from 255) = 42.44%
R=37.82%
G=19.75%
B=42.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal180942020.110.5300.21287.7850.4758.04
HexB45ECAB35015120323a
Octal26413631213650254406272
Binary101101001011110110010101011110101010101100100000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45ECA; }

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

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

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

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

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

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

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

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