Html Css Color HEX #BA2B7E Medium Red Violet

📋 copy color: '#BA2B7E'

red 186 ◦ green 43 ◦ blue 126

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

Shades of Medium Red Violet #BA2B7E

Tints of Medium Red Violet #BA2B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.49%

R = 52.39%
G = 12.11%
B = 35.49%

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

#BA2B7E (or 0xBA2B7E) is known color: Medium Red Violet. HEX triplet: BA, 2B and 7E. RGB value is (186,43,126). Sum of RGB (Red+Green+Blue) = 186+43+126=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2B7E is #45D481. Grayscale: #5F5F5F. Windows color (decimal): -4576386 or 8268730. OLE color: 8268730.

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

Color convert

RGB 186 43 126 -
CMYK 0 0.77 0.32 0.27
HSL 325.17º 0.62% 0.45% -
HSV(B) 325.17º 0.77% 0.73% -
XYZ 24.88 13.67 21.07 -
YUV 95.22 145.38 192.75 -
System Red Green Blue C M Y K H S L
Decimal 186 43 126 0 0.77 0.32 0.27 325.17 0.62 0.45
Hex BA 2B 7E 0 4D 20 1B 145 3E 2D
Octal 272 53 176 0 115 40 33 505 76 55
Binary 10111010 101011 1111110 0 1001101 100000 11011 101000101 111110 101101

Color Harmonies of #BA2B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2B7E

Black with #BA2B7E

Text Example


Text Example

White with #BA2B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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