#BA45CA

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

Shades of Medium Orchid #BA45CA

Tints of Medium Orchid #BA45CA

Color information

#BA45CA (or 0xBA45CA) is unknown color: approx Medium Orchid. HEX triplet: BA, 45 and CA. RGB value is (186,69,202). Sum of RGB (Red+Green+Blue) = 186+69+202=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA45CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45CA is #45BA35. Grayscale: #767676. Windows color (decimal): -4569654 or 13256122. OLE color: 13256122.

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

Color convert

RGB18669202-
CMYK0.080.6600.21
HSL292.78º55.65%53.14%-
HSV(B)292.78º65.84%79.22%-
XYZ33.0418.9657.8-
YUV119.14174.76175.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 69 (27.34% from 255) = 15.10%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=40.70%
G=15.10%
B=44.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186692020.080.6600.21292.7855.6553.14
HexBA45CA8420151253835
Octal272105312101020254457065
Binary1011101010001011100101010001000010010101100100101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA45CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA45CA; }

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

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

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

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

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

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

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

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