Html Css Color HEX #BA2B7B Medium Red Violet

📋 copy color: '#BA2B7B'

red 186 ◦ green 43 ◦ blue 123

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

Shades of Medium Red Violet #BA2B7B

Tints of Medium Red Violet #BA2B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.94%

R = 52.84%
G = 12.22%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA2B7B (or 0xBA2B7B) is known color: Medium Red Violet. HEX triplet: BA, 2B and 7B. RGB value is (186,43,123). Sum of RGB (Red+Green+Blue) = 186+43+123=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA2B7B is #45D484. Grayscale: #5E5E5E. Windows color (decimal): -4576389 or 8072122. OLE color: 8072122.

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

Color convert

RGB 186 43 123 -
CMYK 0 0.77 0.34 0.27
HSL 326.43º 0.62% 0.45% -
HSV(B) 326.43º 0.77% 0.73% -
XYZ 24.69 13.6 20.06 -
YUV 94.88 143.88 193 -
System Red Green Blue C M Y K H S L
Decimal 186 43 123 0 0.77 0.34 0.27 326.43 0.62 0.45
Hex BA 2B 7B 0 4D 22 1B 146 3E 2D
Octal 272 53 173 0 115 42 33 506 76 55
Binary 10111010 101011 1111011 0 1001101 100010 11011 101000110 111110 101101

Color Harmonies of #BA2B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2B7B

Black with #BA2B7B

Text Example


Text Example

White with #BA2B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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