Html Css Color HEX #BA2B93 Medium Red Violet

📋 copy color: '#BA2B93'

red 186 ◦ green 43 ◦ blue 147

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

Shades of Medium Red Violet #BA2B93

Tints of Medium Red Violet #BA2B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.1%

R = 49.47%
G = 11.44%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BA2B93 (or 0xBA2B93) is known color: Medium Red Violet. HEX triplet: BA, 2B and 93. RGB value is (186,43,147). Sum of RGB (Red+Green+Blue) = 186+43+147=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2B93 is #45D46C. Grayscale: #616161. Windows color (decimal): -4576365 or 9644986. OLE color: 9644986.

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

Color convert

RGB 186 43 147 -
CMYK 0 0.77 0.21 0.27
HSL 316.36º 0.62% 0.45% -
HSV(B) 316.36º 0.77% 0.73% -
XYZ 26.38 14.27 28.97 -
YUV 97.61 155.88 191.04 -
System Red Green Blue C M Y K H S L
Decimal 186 43 147 0 0.77 0.21 0.27 316.36 0.62 0.45
Hex BA 2B 93 0 4D 15 1B 13C 3E 2D
Octal 272 53 223 0 115 25 33 474 76 55
Binary 10111010 101011 10010011 0 1001101 10101 11011 100111100 111110 101101

Color Harmonies of #BA2B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2B93

Black with #BA2B93

Text Example


Text Example

White with #BA2B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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