#BA43CA

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

Shades of Medium Orchid #BA43CA

Tints of Medium Orchid #BA43CA

Color information

#BA43CA (or 0xBA43CA) is unknown color: approx Medium Orchid. HEX triplet: BA, 43 and CA. RGB value is (186,67,202). Sum of RGB (Red+Green+Blue) = 186+67+202=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 67 (26.56% from 255 or 14.73% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA43CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43CA is #45BC35. Grayscale: #757575. Windows color (decimal): -4570166 or 13255610. OLE color: 13255610.

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

Color convert

RGB18667202-
CMYK0.080.6700.21
HSL292.89º56.02%52.75%-
HSV(B)292.89º66.83%79.22%-
XYZ32.9218.7257.76-
YUV117.97175.42176.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 67 (26.56% from 255) = 14.73%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=40.88%
G=14.73%
B=44.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186672020.080.6700.21292.8956.0252.75
HexBA43CA8430151253835
Octal272103312101030254457065
Binary1011101010000111100101010001000011010101100100101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA43CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA43CA; }

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

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

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

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

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

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

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

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