Html Css Color HEX #BA4AD2 Medium Orchid

📋 copy color: '#BA4AD2'

red 186 ◦ green 74 ◦ blue 210

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

Shades of Medium Orchid #BA4AD2

Tints of Medium Orchid #BA4AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 44.68%

R = 39.57%
G = 15.74%
B = 44.68%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA4AD2 (or 0xBA4AD2) is known color: Medium Orchid. HEX triplet: BA, 4A and D2. RGB value is (186,74,210). Sum of RGB (Red+Green+Blue) = 186+74+210=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 210 (82.42% from 255 or 44.68% from 470); Max value from RGB is 210 - color contains mainly: blue. Hex color #BA4AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4AD2 is #45B52D. Grayscale: #7A7A7A. Windows color (decimal): -4568366 or 13781690. OLE color: 13781690.

HSL color Cylindrical-coordinate representation of color #BA4AD2: hue angle of 289.41º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4AD2 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 74 210 -
CMYK 0.11 0.65 0 0.18
HSL 289.41º 0.6% 0.56% -
HSV(B) 289.41º 0.65% 0.82% -
XYZ 34.33 19.99 63.02 -
YUV 122.99 177.11 172.94 -
System Red Green Blue C M Y K H S L
Decimal 186 74 210 0.11 0.65 0 0.18 289.41 0.6 0.56
Hex BA 4A D2 B 41 0 12 121 3C 38
Octal 272 112 322 13 101 0 22 441 74 70
Binary 10111010 1001010 11010010 1011 1000001 0 10010 100100001 111100 111000

Color Harmonies of #BA4AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4AD2

Black with #BA4AD2

Text Example


Text Example

White with #BA4AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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