Html Css Color HEX #BA348A Medium Red Violet

📋 copy color: '#BA348A'

red 186 ◦ green 52 ◦ blue 138

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

Shades of Medium Red Violet #BA348A

Tints of Medium Red Violet #BA348A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.83%

 BLUE value IS 138 (54.3% from 255) = 36.7%

R = 49.47%
G = 13.83%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA348A (or 0xBA348A) is known color: Medium Red Violet. HEX triplet: BA, 34 and 8A. RGB value is (186,52,138). Sum of RGB (Red+Green+Blue) = 186+52+138=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 52 (20.70% from 255 or 13.83% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA348A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA348A is #45CB75. Grayscale: #656565. Windows color (decimal): -4574070 or 9057466. OLE color: 9057466.

HSL color Cylindrical-coordinate representation of color #BA348A: hue angle of 321.49º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA348A is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 52 138 -
CMYK 0 0.72 0.26 0.27
HSL 321.49º 0.56% 0.47% -
HSV(B) 321.49º 0.72% 0.73% -
XYZ 26.07 14.73 25.51 -
YUV 101.87 148.39 188.01 -
System Red Green Blue C M Y K H S L
Decimal 186 52 138 0 0.72 0.26 0.27 321.49 0.56 0.47
Hex BA 34 8A 0 48 1A 1B 141 38 2F
Octal 272 64 212 0 110 32 33 501 70 57
Binary 10111010 110100 10001010 0 1001000 11010 11011 101000001 111000 101111

Color Harmonies of #BA348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA348A

Black with #BA348A

Text Example


Text Example

White with #BA348A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA348A; }

 p { color: rgb(186,52,138); }

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

background-color css

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

 a { background-color: rgb(186,52,138); }

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

border-color css

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

 span { border-color: rgb(186,52,138); }

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