#BA3ACB

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

Shades of Medium Orchid #BA3ACB

Tints of Medium Orchid #BA3ACB

Color information

#BA3ACB (or 0xBA3ACB) is unknown color: approx Medium Orchid. HEX triplet: BA, 3A and CB. RGB value is (186,58,203). Sum of RGB (Red+Green+Blue) = 186+58+203=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA3ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3ACB is #45C534. Grayscale: #707070. Windows color (decimal): -4572469 or 13318842. OLE color: 13318842.

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

Color convert

RGB18658203-
CMYK0.080.7100.20
HSL292.97º58.23%51.18%-
HSV(B)292.97º71.43%79.61%-
XYZ32.5417.7858.22-
YUV112.8178.91180.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.61%
GREEN value IS 58 (23.05% from 255) = 12.98%
BLUE value IS 203 (79.69% from 255) = 45.41%
R=41.61%
G=12.98%
B=45.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186582030.080.7100.20292.9758.2351.18
HexBA3ACB8470141253a33
Octal27272313101070244457263
Binary101110101110101100101110001000111010100100100101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3ACB; }

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

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

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

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

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

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

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

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