Html Css Color HEX #BA2BA6 Medium Red Violet

📋 copy color: '#BA2BA6'

red 186 ◦ green 43 ◦ blue 166

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

Shades of Medium Red Violet #BA2BA6

Tints of Medium Red Violet #BA2BA6

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.89%

 BLUE value IS 166 (65.23% from 255) = 42.03%

R = 47.09%
G = 10.89%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BA2BA6 (or 0xBA2BA6) is known color: Medium Red Violet. HEX triplet: BA, 2B and A6. RGB value is (186,43,166). Sum of RGB (Red+Green+Blue) = 186+43+166=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2BA6 is #45D459. Grayscale: #636363. Windows color (decimal): -4576346 or 10890170. OLE color: 10890170.

HSL color Cylindrical-coordinate representation of color #BA2BA6: hue angle of 308.39º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA2BA6 is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 43 166 -
CMYK 0 0.77 0.11 0.27
HSL 308.39º 0.62% 0.45% -
HSV(B) 308.39º 0.77% 0.73% -
XYZ 28 14.92 37.48 -
YUV 99.78 165.38 189.5 -
System Red Green Blue C M Y K H S L
Decimal 186 43 166 0 0.77 0.11 0.27 308.39 0.62 0.45
Hex BA 2B A6 0 4D B 1B 134 3E 2D
Octal 272 53 246 0 115 13 33 464 76 55
Binary 10111010 101011 10100110 0 1001101 1011 11011 100110100 111110 101101

Color Harmonies of #BA2BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2BA6

Black with #BA2BA6

Text Example


Text Example

White with #BA2BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2BA6; }

 p { color: rgb(186,43,166); }

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

background-color css

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

 a { background-color: rgb(186,43,166); }

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

border-color css

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

 span { border-color: rgb(186,43,166); }

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