Html Css Color HEX #BA2B7D Medium Red Violet

📋 copy color: '#BA2B7D'

red 186 ◦ green 43 ◦ blue 125

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

Shades of Medium Red Violet #BA2B7D

Tints of Medium Red Violet #BA2B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.31%

R = 52.54%
G = 12.15%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA2B7D (or 0xBA2B7D) is known color: Medium Red Violet. HEX triplet: BA, 2B and 7D. RGB value is (186,43,125). Sum of RGB (Red+Green+Blue) = 186+43+125=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2B7D is #45D482. Grayscale: #5E5E5E. Windows color (decimal): -4576387 or 8203194. OLE color: 8203194.

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

Color convert

RGB 186 43 125 -
CMYK 0 0.77 0.33 0.27
HSL 325.59º 0.62% 0.45% -
HSV(B) 325.59º 0.77% 0.73% -
XYZ 24.82 13.65 20.73 -
YUV 95.11 144.88 192.83 -
System Red Green Blue C M Y K H S L
Decimal 186 43 125 0 0.77 0.33 0.27 325.59 0.62 0.45
Hex BA 2B 7D 0 4D 21 1B 146 3E 2D
Octal 272 53 175 0 115 41 33 506 76 55
Binary 10111010 101011 1111101 0 1001101 100001 11011 101000110 111110 101101

Color Harmonies of #BA2B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2B7D

Black with #BA2B7D

Text Example


Text Example

White with #BA2B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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