#BA5ACA

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

Shades of Medium Orchid #BA5ACA

Tints of Medium Orchid #BA5ACA

Color information

#BA5ACA (or 0xBA5ACA) is unknown color: approx Medium Orchid. HEX triplet: BA, 5A and CA. RGB value is (186,90,202). Sum of RGB (Red+Green+Blue) = 186+90+202=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 90 (35.55% from 255 or 18.83% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA5ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ACA is #45A535. Grayscale: #838383. Windows color (decimal): -4564278 or 13261498. OLE color: 13261498.

HSL color Cylindrical-coordinate representation of color #BA5ACA: hue angle of 291.43º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA5ACA is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18690202-
CMYK0.080.5500.21
HSL291.43º51.38%57.25%-
HSV(B)291.43º55.45%79.22%-
XYZ34.5722.0258.3-
YUV131.47167.8166.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 90 (35.55% from 255) = 18.83%
BLUE value IS 202 (79.30% from 255) = 42.26%
R=38.91%
G=18.83%
B=42.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186902020.080.5500.21291.4351.3857.25
HexBA5ACA8370151233339
Octal27213231210670254436371
Binary101110101011010110010101000110111010101100100011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5ACA; }

 p { color: rgb(186,90,202); }

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

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

 a { background-color: rgb(186,90,202); }

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

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

 span { border-color: rgb(186,90,202); }

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