#BA5ACB

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

Shades of Medium Orchid #BA5ACB

Tints of Medium Orchid #BA5ACB

Color information

#BA5ACB (or 0xBA5ACB) is unknown color: approx Medium Orchid. HEX triplet: BA, 5A and CB. RGB value is (186,90,203). Sum of RGB (Red+Green+Blue) = 186+90+203=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA5ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ACB is #45A534. Grayscale: #838383. Windows color (decimal): -4564277 or 13327034. OLE color: 13327034.

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

Color convert

RGB18690203-
CMYK0.080.5600.20
HSL290.97º52.07%57.45%-
HSV(B)290.97º55.67%79.61%-
XYZ34.6922.0658.93-
YUV131.59168.3166.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 90 (35.55% from 255) = 18.79%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=38.83%
G=18.79%
B=42.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal186902030.080.5600.20290.9752.0757.45
HexBA5ACB8380141233439
Octal27213231310700244436471
Binary101110101011010110010111000111000010100100100011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5ACB; }

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

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

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

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

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

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

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

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