Html Css Color HEX #BA3678 Medium Red Violet

📋 copy color: '#BA3678'

red 186 ◦ green 54 ◦ blue 120

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

Shades of Medium Red Violet #BA3678

Tints of Medium Red Violet #BA3678

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15%

 BLUE value IS 120 (47.27% from 255) = 33.33%

R = 51.67%
G = 15%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA3678 (or 0xBA3678) is known color: Medium Red Violet. HEX triplet: BA, 36 and 78. RGB value is (186,54,120). Sum of RGB (Red+Green+Blue) = 186+54+120=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3678 is #45C987. Grayscale: #646464. Windows color (decimal): -4573576 or 7878330. OLE color: 7878330.

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

Color convert

RGB 186 54 120 -
CMYK 0 0.71 0.35 0.27
HSL 330º 0.55% 0.47% -
HSV(B) 330º 0.71% 0.73% -
XYZ 24.96 14.43 19.24 -
YUV 100.99 138.73 188.63 -
System Red Green Blue C M Y K H S L
Decimal 186 54 120 0 0.71 0.35 0.27 330 0.55 0.47
Hex BA 36 78 0 47 23 1B 14A 37 2F
Octal 272 66 170 0 107 43 33 512 67 57
Binary 10111010 110110 1111000 0 1000111 100011 11011 101001010 110111 101111

Color Harmonies of #BA3678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3678

Black with #BA3678

Text Example


Text Example

White with #BA3678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3678; }

 p { color: rgb(186,54,120); }

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

background-color css

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

 a { background-color: rgb(186,54,120); }

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

border-color css

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

 span { border-color: rgb(186,54,120); }

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