#BA76DE

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

Shades of Medium Orchid #BA76DE

Tints of Medium Orchid #BA76DE

Color information

#BA76DE (or 0xBA76DE) is unknown color: approx Medium Orchid. HEX triplet: BA, 76 and DE. RGB value is (186,118,222). Sum of RGB (Red+Green+Blue) = 186+118+222=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA76DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76DE is #458921. Grayscale: #959595. Windows color (decimal): -4557090 or 14579386. OLE color: 14579386.

HSL color Cylindrical-coordinate representation of color #BA76DE: hue angle of 279.23º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA76DE is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186118222-
CMYK0.160.4700.13
HSL279.23º61.18%66.67%-
HSV(B)279.23º46.85%87.06%-
XYZ39.9128.6772.54-
YUV150.19168.53153.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.36%
GREEN value IS 118 (46.48% from 255) = 22.43%
BLUE value IS 222 (87.11% from 255) = 42.21%
R=35.36%
G=22.43%
B=42.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861182220.160.4700.13279.2361.1866.67
HexBA76DE102F0D1173d43
Octal272166336205701542775103
Binary1011101011101101101111010000101111011011000101111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA76DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA76DE; }

 p { color: rgb(186,118,222); }

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

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

 a { background-color: rgb(186,118,222); }

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

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

 span { border-color: rgb(186,118,222); }

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