Html Css Color HEX #BA4EDC Medium Orchid

📋 copy color: '#BA4EDC'

red 186 ◦ green 78 ◦ blue 220

#BA4EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BA4EDC

Tints of Medium Orchid #BA4EDC

RGB

 RED value IS 186 (73.05% from 255) = 38.43%

 GREEN value IS 78 (30.86% from 255) = 16.12%

 BLUE value IS 220 (86.33% from 255) = 45.45%

R = 38.43%
G = 16.12%
B = 45.45%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA4EDC (or 0xBA4EDC) is known color: Medium Orchid. HEX triplet: BA, 4E and DC. RGB value is (186,78,220). Sum of RGB (Red+Green+Blue) = 186+78+220=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 78 (30.86% from 255 or 16.12% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA4EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EDC is #45B123. Grayscale: #7E7E7E. Windows color (decimal): -4567332 or 14438074. OLE color: 14438074.

HSL color Cylindrical-coordinate representation of color #BA4EDC: hue angle of 285.63º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4EDC is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 78 220 -
CMYK 0.15 0.65 0 0.14
HSL 285.63º 0.67% 0.58% -
HSV(B) 285.63º 0.65% 0.86% -
XYZ 35.89 21.06 69.88 -
YUV 126.48 180.78 170.45 -
System Red Green Blue C M Y K H S L
Decimal 186 78 220 0.15 0.65 0 0.14 285.63 0.67 0.58
Hex BA 4E DC F 41 0 E 11E 43 3A
Octal 272 116 334 17 101 0 16 436 103 72
Binary 10111010 1001110 11011100 1111 1000001 0 1110 100011110 1000011 111010

Color Harmonies of #BA4EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4EDC

Black with #BA4EDC

Text Example


Text Example

White with #BA4EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4EDC; }

 p { color: rgb(186,78,220); }

 H1.HeaderClassName
 {
   color: #BA4EDC;
 }
 .AnyTagClassName
 {
   color: #BA4EDC;
 }
</style>

background-color css

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

 a { background-color: rgb(186,78,220); }

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

border-color css

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

 span { border-color: rgb(186,78,220); }

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