Html Css Color HEX #BA2A6C Medium Red Violet

📋 copy color: '#BA2A6C'

red 186 ◦ green 42 ◦ blue 108

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

Shades of Medium Red Violet #BA2A6C

Tints of Medium Red Violet #BA2A6C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.5%

 BLUE value IS 108 (42.58% from 255) = 32.14%

R = 55.36%
G = 12.5%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BA2A6C (or 0xBA2A6C) is known color: Medium Red Violet. HEX triplet: BA, 2A and 6C. RGB value is (186,42,108). Sum of RGB (Red+Green+Blue) = 186+42+108=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2A6C is #45D593. Grayscale: #5C5C5C. Windows color (decimal): -4576660 or 7088826. OLE color: 7088826.

HSL color Cylindrical-coordinate representation of color #BA2A6C: hue angle of 332.5º degrees, saturation: 0.63, 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 #BA2A6C is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 42 108 -
CMYK 0 0.77 0.42 0.27
HSL 332.5º 0.63% 0.45% -
HSV(B) 332.5º 0.77% 0.73% -
XYZ 23.78 13.18 15.48 -
YUV 92.58 136.71 194.63 -
System Red Green Blue C M Y K H S L
Decimal 186 42 108 0 0.77 0.42 0.27 332.5 0.63 0.45
Hex BA 2A 6C 0 4D 2A 1B 14C 3F 2D
Octal 272 52 154 0 115 52 33 514 77 55
Binary 10111010 101010 1101100 0 1001101 101010 11011 101001100 111111 101101

Color Harmonies of #BA2A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2A6C

Black with #BA2A6C

Text Example


Text Example

White with #BA2A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2A6C; }

 p { color: rgb(186,42,108); }

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

background-color css

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

 a { background-color: rgb(186,42,108); }

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

border-color css

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

 span { border-color: rgb(186,42,108); }

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