#B45ECB

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

Shades of Medium Orchid #B45ECB

Tints of Medium Orchid #B45ECB

Color information

#B45ECB (or 0xB45ECB) is unknown color: approx Medium Orchid. HEX triplet: B4, 5E and CB. RGB value is (180,94,203). Sum of RGB (Red+Green+Blue) = 180+94+203=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #B45ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45ECB is #4BA134. Grayscale: #838383. Windows color (decimal): -4956469 or 13328052. OLE color: 13328052.

HSL color Cylindrical-coordinate representation of color #B45ECB: hue angle of 287.34º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45ECB is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18094203-
CMYK0.110.5400.20
HSL287.34º51.17%58.24%-
HSV(B)287.34º53.69%79.61%-
XYZ33.622.0258.98-
YUV132.14167.99162.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 94 (37.11% from 255) = 19.71%
BLUE value IS 203 (79.69% from 255) = 42.56%
R=37.74%
G=19.71%
B=42.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal180942030.110.5400.20287.3451.1758.24
HexB45ECBB3601411f333a
Octal26413631313660244376372
Binary101101001011110110010111011110110010100100011111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45ECB; }

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

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

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

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

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

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

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

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