Html Css Color HEX #BA367A Medium Red Violet

📋 copy color: '#BA367A'

red 186 ◦ green 54 ◦ blue 122

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

Shades of Medium Red Violet #BA367A

Tints of Medium Red Violet #BA367A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.7%

R = 51.38%
G = 14.92%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA367A (or 0xBA367A) is known color: Medium Red Violet. HEX triplet: BA, 36 and 7A. RGB value is (186,54,122). Sum of RGB (Red+Green+Blue) = 186+54+122=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA367A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA367A is #45C985. Grayscale: #656565. Windows color (decimal): -4573574 or 8009402. OLE color: 8009402.

HSL color Cylindrical-coordinate representation of color #BA367A: hue angle of 329.09º 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 #BA367A is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 54 122 -
CMYK 0 0.71 0.34 0.27
HSL 329.09º 0.55% 0.47% -
HSV(B) 329.09º 0.71% 0.73% -
XYZ 25.08 14.48 19.89 -
YUV 101.22 139.73 188.47 -
System Red Green Blue C M Y K H S L
Decimal 186 54 122 0 0.71 0.34 0.27 329.09 0.55 0.47
Hex BA 36 7A 0 47 22 1B 149 37 2F
Octal 272 66 172 0 107 42 33 511 67 57
Binary 10111010 110110 1111010 0 1000111 100010 11011 101001001 110111 101111

Color Harmonies of #BA367A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA367A

Black with #BA367A

Text Example


Text Example

White with #BA367A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA367A; }

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

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

background-color css

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

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

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

border-color css

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

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

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