Html Css Color HEX #BA2B7F Medium Red Violet

📋 copy color: '#BA2B7F'

red 186 ◦ green 43 ◦ blue 127

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

Shades of Medium Red Violet #BA2B7F

Tints of Medium Red Violet #BA2B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.67%

R = 52.25%
G = 12.08%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA2B7F (or 0xBA2B7F) is known color: Medium Red Violet. HEX triplet: BA, 2B and 7F. RGB value is (186,43,127). Sum of RGB (Red+Green+Blue) = 186+43+127=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2B7F is #45D480. Grayscale: #5F5F5F. Windows color (decimal): -4576385 or 8334266. OLE color: 8334266.

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

Color convert

RGB 186 43 127 -
CMYK 0 0.77 0.32 0.27
HSL 324.76º 0.62% 0.45% -
HSV(B) 324.76º 0.77% 0.73% -
XYZ 24.94 13.7 21.41 -
YUV 95.33 145.88 192.67 -
System Red Green Blue C M Y K H S L
Decimal 186 43 127 0 0.77 0.32 0.27 324.76 0.62 0.45
Hex BA 2B 7F 0 4D 20 1B 145 3E 2D
Octal 272 53 177 0 115 40 33 505 76 55
Binary 10111010 101011 1111111 0 1001101 100000 11011 101000101 111110 101101

Color Harmonies of #BA2B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2B7F

Black with #BA2B7F

Text Example


Text Example

White with #BA2B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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