#BA3ACE

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

Shades of Medium Orchid #BA3ACE

Tints of Medium Orchid #BA3ACE

Color information

#BA3ACE (or 0xBA3ACE) is unknown color: approx Medium Orchid. HEX triplet: BA, 3A and CE. RGB value is (186,58,206). Sum of RGB (Red+Green+Blue) = 186+58+206=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA3ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ACE is #45C531. Grayscale: #707070. Windows color (decimal): -4572466 or 13515450. OLE color: 13515450.

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

Color convert

RGB18658206-
CMYK0.100.7200.19
HSL291.89º60.16%51.76%-
HSV(B)291.89º71.84%80.78%-
XYZ32.917.9260.12-
YUV113.14180.41179.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.33%
GREEN value IS 58 (23.05% from 255) = 12.89%
BLUE value IS 206 (80.86% from 255) = 45.78%
R=41.33%
G=12.89%
B=45.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal186582060.100.7200.19291.8960.1651.76
HexBA3ACEA480131243c34
Octal27272316121100234447464
Binary101110101110101100111010101001000010011100100100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3ACE; }

 p { color: rgb(186,58,206); }

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

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

 a { background-color: rgb(186,58,206); }

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

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

 span { border-color: rgb(186,58,206); }

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