#BA38CA

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

Shades of Medium Orchid #BA38CA

Tints of Medium Orchid #BA38CA

Color information

#BA38CA (or 0xBA38CA) is unknown color: approx Medium Orchid. HEX triplet: BA, 38 and CA. RGB value is (186,56,202). Sum of RGB (Red+Green+Blue) = 186+56+202=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA38CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA38CA is #45C735. Grayscale: #6F6F6F. Windows color (decimal): -4572982 or 13252794. OLE color: 13252794.

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

Color convert

RGB18656202-
CMYK0.080.7200.21
HSL293.42º57.94%50.59%-
HSV(B)293.42º72.28%79.22%-
XYZ32.3217.5357.56-
YUV111.51179.07181.13-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.89%
GREEN value IS 56 (22.27% from 255) = 12.61%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=41.89%
G=12.61%
B=45.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186562020.080.7200.21293.4257.9450.59
HexBA38CA8480151253a33
Octal27270312101100254457263
Binary101110101110001100101010001001000010101100100101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA38CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA38CA; }

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

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

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

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

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

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

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

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