#BA75DA

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

Shades of Medium Orchid #BA75DA

Tints of Medium Orchid #BA75DA

Color information

#BA75DA (or 0xBA75DA) is unknown color: approx Medium Orchid. HEX triplet: BA, 75 and DA. RGB value is (186,117,218). Sum of RGB (Red+Green+Blue) = 186+117+218=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA75DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA75DA is #458A25. Grayscale: #949494. Windows color (decimal): -4557350 or 14316986. OLE color: 14316986.

HSL color Cylindrical-coordinate representation of color #BA75DA: hue angle of 280.99º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA75DA is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186117218-
CMYK0.150.4600.15
HSL280.99º57.71%65.69%-
HSV(B)280.99º46.33%85.49%-
XYZ39.2728.2269.71-
YUV149.15166.86154.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.70%
GREEN value IS 117 (46.09% from 255) = 22.46%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=35.70%
G=22.46%
B=41.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861172180.150.4600.15280.9957.7165.69
HexBA75DAF2E0F1193a42
Octal272165332175601743172102
Binary101110101110101110110101111101110011111000110011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA75DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA75DA; }

 p { color: rgb(186,117,218); }

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

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

 a { background-color: rgb(186,117,218); }

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

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

 span { border-color: rgb(186,117,218); }

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