Html Css Color HEX #BA4EDA Medium Orchid

📋 copy color: '#BA4EDA'

red 186 ◦ green 78 ◦ blue 218

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

Shades of Medium Orchid #BA4EDA

Tints of Medium Orchid #BA4EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.23%

R = 38.59%
G = 16.18%
B = 45.23%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA4EDA (or 0xBA4EDA) is known color: Medium Orchid. HEX triplet: BA, 4E and DA. RGB value is (186,78,218). Sum of RGB (Red+Green+Blue) = 186+78+218=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA4EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EDA is #45B125. Grayscale: #7D7D7D. Windows color (decimal): -4567334 or 14307002. OLE color: 14307002.

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

Color convert

RGB 186 78 218 -
CMYK 0.15 0.64 0 0.15
HSL 286.29º 0.65% 0.58% -
HSV(B) 286.29º 0.64% 0.85% -
XYZ 35.63 20.95 68.5 -
YUV 126.25 179.78 170.62 -
System Red Green Blue C M Y K H S L
Decimal 186 78 218 0.15 0.64 0 0.15 286.29 0.65 0.58
Hex BA 4E DA F 40 0 F 11E 41 3A
Octal 272 116 332 17 100 0 17 436 101 72
Binary 10111010 1001110 11011010 1111 1000000 0 1111 100011110 1000001 111010

Color Harmonies of #BA4EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4EDA

Black with #BA4EDA

Text Example


Text Example

White with #BA4EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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