#BA41CA

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

Shades of Medium Orchid #BA41CA

Tints of Medium Orchid #BA41CA

Color information

#BA41CA (or 0xBA41CA) is unknown color: approx Medium Orchid. HEX triplet: BA, 41 and CA. RGB value is (186,65,202). Sum of RGB (Red+Green+Blue) = 186+65+202=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA41CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA41CA is #45BE35. Grayscale: #747474. Windows color (decimal): -4570678 or 13255098. OLE color: 13255098.

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

Color convert

RGB18665202-
CMYK0.080.6800.21
HSL292.99º56.38%52.35%-
HSV(B)292.99º67.82%79.22%-
XYZ32.818.4857.72-
YUV116.8176.09177.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 65 (25.78% from 255) = 14.35%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=41.06%
G=14.35%
B=44.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186652020.080.6800.21292.9956.3852.35
HexBA41CA8440151253834
Octal272101312101040254457064
Binary1011101010000011100101010001000100010101100100101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA41CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA41CA; }

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

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

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

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

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

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

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

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