Html Css Color HEX #BA4188 Medium Red Violet

📋 copy color: '#BA4188'

red 186 ◦ green 65 ◦ blue 136

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

Shades of Medium Red Violet #BA4188

Tints of Medium Red Violet #BA4188

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.8%

 BLUE value IS 136 (53.52% from 255) = 35.14%

R = 48.06%
G = 16.8%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA4188 (or 0xBA4188) is known color: Medium Red Violet. HEX triplet: BA, 41 and 88. RGB value is (186,65,136). Sum of RGB (Red+Green+Blue) = 186+65+136=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4188 is #45BE77. Grayscale: #6D6D6D. Windows color (decimal): -4570744 or 8929722. OLE color: 8929722.

HSL color Cylindrical-coordinate representation of color #BA4188: hue angle of 324.79º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4188 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 65 136 -
CMYK 0 0.65 0.27 0.27
HSL 324.79º 0.48% 0.49% -
HSV(B) 324.79º 0.65% 0.73% -
XYZ 26.58 16 24.98 -
YUV 109.27 143.09 182.73 -
System Red Green Blue C M Y K H S L
Decimal 186 65 136 0 0.65 0.27 0.27 324.79 0.48 0.49
Hex BA 41 88 0 41 1B 1B 145 30 31
Octal 272 101 210 0 101 33 33 505 60 61
Binary 10111010 1000001 10001000 0 1000001 11011 11011 101000101 110000 110001

Color Harmonies of #BA4188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4188

Black with #BA4188

Text Example


Text Example

White with #BA4188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4188; }

 p { color: rgb(186,65,136); }

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

background-color css

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

 a { background-color: rgb(186,65,136); }

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

border-color css

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

 span { border-color: rgb(186,65,136); }

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