Html Css Color HEX #BA3188 Medium Red Violet

📋 copy color: '#BA3188'

red 186 ◦ green 49 ◦ blue 136

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

Shades of Medium Red Violet #BA3188

Tints of Medium Red Violet #BA3188

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.21%

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

R = 50.13%
G = 13.21%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA3188 (or 0xBA3188) is known color: Medium Red Violet. HEX triplet: BA, 31 and 88. RGB value is (186,49,136). Sum of RGB (Red+Green+Blue) = 186+49+136=371 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.13% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3188 is #45CE77. Grayscale: #636363. Windows color (decimal): -4574840 or 8925626. OLE color: 8925626.

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

Color convert

RGB 186 49 136 -
CMYK 0 0.74 0.27 0.27
HSL 321.9º 0.58% 0.46% -
HSV(B) 321.9º 0.74% 0.73% -
XYZ 25.79 14.41 24.72 -
YUV 99.88 148.39 189.43 -
System Red Green Blue C M Y K H S L
Decimal 186 49 136 0 0.74 0.27 0.27 321.9 0.58 0.46
Hex BA 31 88 0 4A 1B 1B 142 3A 2E
Octal 272 61 210 0 112 33 33 502 72 56
Binary 10111010 110001 10001000 0 1001010 11011 11011 101000010 111010 101110

Color Harmonies of #BA3188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3188

Black with #BA3188

Text Example


Text Example

White with #BA3188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3188; }

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

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

background-color css

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

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

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

border-color css

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

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

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