Html Css Color HEX #BA3070 Medium Red Violet

📋 copy color: '#BA3070'

red 186 ◦ green 48 ◦ blue 112

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

Shades of Medium Red Violet #BA3070

Tints of Medium Red Violet #BA3070

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.87%

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 53.76%
G = 13.87%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA3070 (or 0xBA3070) is known color: Medium Red Violet. HEX triplet: BA, 30 and 70. RGB value is (186,48,112). Sum of RGB (Red+Green+Blue) = 186+48+112=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3070 is #45CF8F. Grayscale: #606060. Windows color (decimal): -4575120 or 7352506. OLE color: 7352506.

HSL color Cylindrical-coordinate representation of color #BA3070: hue angle of 332.17º degrees, saturation: 0.59, 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 #BA3070 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 48 112 -
CMYK 0 0.74 0.40 0.27
HSL 332.17º 0.59% 0.46% -
HSV(B) 332.17º 0.74% 0.73% -
XYZ 24.23 13.72 16.7 -
YUV 96.56 136.72 191.8 -
System Red Green Blue C M Y K H S L
Decimal 186 48 112 0 0.74 0.40 0.27 332.17 0.59 0.46
Hex BA 30 70 0 4A 28 1B 14C 3B 2E
Octal 272 60 160 0 112 50 33 514 73 56
Binary 10111010 110000 1110000 0 1001010 101000 11011 101001100 111011 101110

Color Harmonies of #BA3070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3070

Black with #BA3070

Text Example


Text Example

White with #BA3070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3070; }

 p { color: rgb(186,48,112); }

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

background-color css

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

 a { background-color: rgb(186,48,112); }

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

border-color css

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

 span { border-color: rgb(186,48,112); }

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