#BA4DD6

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

Shades of Medium Orchid #BA4DD6

Tints of Medium Orchid #BA4DD6

Color information

#BA4DD6 (or 0xBA4DD6) is unknown color: approx Medium Orchid. HEX triplet: BA, 4D and D6. RGB value is (186,77,214). Sum of RGB (Red+Green+Blue) = 186+77+214=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 77 (30.47% from 255 or 16.14% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA4DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DD6 is #45B229. Grayscale: #7C7C7C. Windows color (decimal): -4567594 or 14044602. OLE color: 14044602.

HSL color Cylindrical-coordinate representation of color #BA4DD6: hue angle of 287.74º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4DD6 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18677214-
CMYK0.130.6400.16
HSL287.74º62.56%57.06%-
HSV(B)287.74º64.02%83.92%-
XYZ35.0420.665.75-
YUV125.21178.11171.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 77 (30.47% from 255) = 16.14%
BLUE value IS 214 (83.98% from 255) = 44.86%
R=38.99%
G=16.14%
B=44.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal186772140.130.6400.16287.7462.5657.06
HexBA4DD6D400101203f39
Octal272115326151000204407771
Binary1011101010011011101011011011000000010000100100000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4DD6; }

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

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

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

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

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

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

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

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