#BA4CE1

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

Shades of Medium Orchid #BA4CE1

Tints of Medium Orchid #BA4CE1

Color information

#BA4CE1 (or 0xBA4CE1) is unknown color: approx Medium Orchid. HEX triplet: BA, 4C and E1. RGB value is (186,76,225). Sum of RGB (Red+Green+Blue) = 186+76+225=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 76 (30.08% from 255 or 15.61% from 487); Blue value is 225 (88.28% from 255 or 46.20% from 487); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA4CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CE1 is #45B31E. Grayscale: #7D7D7D. Windows color (decimal): -4567839 or 14765242. OLE color: 14765242.

HSL color Cylindrical-coordinate representation of color #BA4CE1: hue angle of 284.3º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA4CE1 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18676225-
CMYK0.170.6600.12
HSL284.3º71.29%59.02%-
HSV(B)284.3º66.22%88.24%-
XYZ36.4221.0473.38-
YUV125.88183.94170.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 76 (30.08% from 255) = 15.61%
BLUE value IS 225 (88.28% from 255) = 46.20%
R=38.19%
G=15.61%
B=46.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal186762250.170.6600.12284.371.2959.02
HexBA4CE111420C11c473b
Octal2721143412110201443410773
Binary10111010100110011100001100011000010011001000111001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4CE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4CE1; }

 p { color: rgb(186,76,225); }

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

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

 a { background-color: rgb(186,76,225); }

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

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

 span { border-color: rgb(186,76,225); }

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