#BA4ACC

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

Shades of Medium Orchid #BA4ACC

Tints of Medium Orchid #BA4ACC

Color information

#BA4ACC (or 0xBA4ACC) is unknown color: approx Medium Orchid. HEX triplet: BA, 4A and CC. RGB value is (186,74,204). Sum of RGB (Red+Green+Blue) = 186+74+204=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA4ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4ACC is #45B533. Grayscale: #797979. Windows color (decimal): -4568372 or 13388474. OLE color: 13388474.

HSL color Cylindrical-coordinate representation of color #BA4ACC: hue angle of 291.69º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4ACC is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18674204-
CMYK0.090.6400.2
HSL291.69º56.03%54.51%-
HSV(B)291.69º63.73%80%-
XYZ33.619.759.16-
YUV122.31174.11173.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 74 (29.30% from 255) = 15.95%
BLUE value IS 204 (80.08% from 255) = 43.97%
R=40.09%
G=15.95%
B=43.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal186742040.090.6400.2291.6956.0354.51
HexBA4ACC9400141243837
Octal272112314111000244447067
Binary1011101010010101100110010011000000010100100100100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4ACC; }

 p { color: rgb(186,74,204); }

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

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

 a { background-color: rgb(186,74,204); }

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

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

 span { border-color: rgb(186,74,204); }

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