#BA4ACF

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

Shades of Medium Orchid #BA4ACF

Tints of Medium Orchid #BA4ACF

Color information

#BA4ACF (or 0xBA4ACF) is unknown color: approx Medium Orchid. HEX triplet: BA, 4A and CF. RGB value is (186,74,207). Sum of RGB (Red+Green+Blue) = 186+74+207=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA4ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4ACF is #45B530. Grayscale: #7A7A7A. Windows color (decimal): -4568369 or 13585082. OLE color: 13585082.

HSL color Cylindrical-coordinate representation of color #BA4ACF: hue angle of 290.53º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4ACF is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18674207-
CMYK0.100.6400.19
HSL290.53º58.08%55.1%-
HSV(B)290.53º64.25%81.18%-
XYZ33.9619.8461.07-
YUV122.65175.61173.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 74 (29.30% from 255) = 15.85%
BLUE value IS 207 (81.25% from 255) = 44.33%
R=39.83%
G=15.85%
B=44.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal186742070.100.6400.19290.5358.0855.1
HexBA4ACFA400131233a37
Octal272112317121000234437267
Binary1011101010010101100111110101000000010011100100011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4ACF; }

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

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

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

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

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

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

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

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