Html Css Color HEX #BA4DDA Medium Orchid

📋 copy color: '#BA4DDA'

red 186 ◦ green 77 ◦ blue 218

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

Shades of Medium Orchid #BA4DDA

Tints of Medium Orchid #BA4DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.01%

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

R = 38.67%
G = 16.01%
B = 45.32%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA4DDA (or 0xBA4DDA) is known color: Medium Orchid. HEX triplet: BA, 4D and DA. RGB value is (186,77,218). Sum of RGB (Red+Green+Blue) = 186+77+218=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA4DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DDA is #45B225. Grayscale: #7D7D7D. Windows color (decimal): -4567590 or 14306746. OLE color: 14306746.

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

Color convert

RGB 186 77 218 -
CMYK 0.15 0.65 0 0.15
HSL 286.38º 0.66% 0.58% -
HSV(B) 286.38º 0.65% 0.85% -
XYZ 35.56 20.81 68.47 -
YUV 125.67 180.11 171.04 -
System Red Green Blue C M Y K H S L
Decimal 186 77 218 0.15 0.65 0 0.15 286.38 0.66 0.58
Hex BA 4D DA F 41 0 F 11E 42 3A
Octal 272 115 332 17 101 0 17 436 102 72
Binary 10111010 1001101 11011010 1111 1000001 0 1111 100011110 1000010 111010

Color Harmonies of #BA4DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4DDA

Black with #BA4DDA

Text Example


Text Example

White with #BA4DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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