Html Css Color HEX #BA4ADC Medium Orchid

📋 copy color: '#BA4ADC'

red 186 ◦ green 74 ◦ blue 220

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

Shades of Medium Orchid #BA4ADC

Tints of Medium Orchid #BA4ADC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.42%

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

R = 38.75%
G = 15.42%
B = 45.83%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA4ADC (or 0xBA4ADC) is known color: Medium Orchid. HEX triplet: BA, 4A and DC. RGB value is (186,74,220). Sum of RGB (Red+Green+Blue) = 186+74+220=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA4ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4ADC is #45B523. Grayscale: #7B7B7B. Windows color (decimal): -4568356 or 14437050. OLE color: 14437050.

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

Color convert

RGB 186 74 220 -
CMYK 0.15 0.66 0 0.14
HSL 286.03º 0.68% 0.58% -
HSV(B) 286.03º 0.66% 0.86% -
XYZ 35.62 20.5 69.79 -
YUV 124.13 182.11 172.13 -
System Red Green Blue C M Y K H S L
Decimal 186 74 220 0.15 0.66 0 0.14 286.03 0.68 0.58
Hex BA 4A DC F 42 0 E 11E 44 3A
Octal 272 112 334 17 102 0 16 436 104 72
Binary 10111010 1001010 11011100 1111 1000010 0 1110 100011110 1000100 111010

Color Harmonies of #BA4ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4ADC

Black with #BA4ADC

Text Example


Text Example

White with #BA4ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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