#BA4DC8

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

Shades of Medium Orchid #BA4DC8

Tints of Medium Orchid #BA4DC8

Color information

#BA4DC8 (or 0xBA4DC8) is unknown color: approx Medium Orchid. HEX triplet: BA, 4D and C8. RGB value is (186,77,200). Sum of RGB (Red+Green+Blue) = 186+77+200=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 77 (30.47% from 255 or 16.63% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA4DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DC8 is #45B237. Grayscale: #7B7B7B. Windows color (decimal): -4567608 or 13127098. OLE color: 13127098.

HSL color Cylindrical-coordinate representation of color #BA4DC8: hue angle of 293.17º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA4DC8 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18677200-
CMYK0.070.6200.22
HSL293.17º52.79%54.31%-
HSV(B)293.17º61.5%78.43%-
XYZ33.3319.9256.73-
YUV123.61171.11172.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 77 (30.47% from 255) = 16.63%
BLUE value IS 200 (78.52% from 255) = 43.20%
R=40.17%
G=16.63%
B=43.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186772000.070.6200.22293.1752.7954.31
HexBA4DC873E0161253536
Octal2721153107760264456566
Binary10111010100110111001000111111110010110100100101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4DC8; }

 p { color: rgb(186,77,200); }

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

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

 a { background-color: rgb(186,77,200); }

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

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

 span { border-color: rgb(186,77,200); }

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