Html Css Color HEX #BA368B Medium Red Violet

📋 copy color: '#BA368B'

red 186 ◦ green 54 ◦ blue 139

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

Shades of Medium Red Violet #BA368B

Tints of Medium Red Violet #BA368B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.68%

R = 49.08%
G = 14.25%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA368B (or 0xBA368B) is known color: Medium Red Violet. HEX triplet: BA, 36 and 8B. RGB value is (186,54,139). Sum of RGB (Red+Green+Blue) = 186+54+139=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA368B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA368B is #45C974. Grayscale: #666666. Windows color (decimal): -4573557 or 9123514. OLE color: 9123514.

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

Color convert

RGB 186 54 139 -
CMYK 0 0.71 0.25 0.27
HSL 321.36º 0.55% 0.47% -
HSV(B) 321.36º 0.71% 0.73% -
XYZ 26.23 14.94 25.93 -
YUV 103.16 148.23 187.09 -
System Red Green Blue C M Y K H S L
Decimal 186 54 139 0 0.71 0.25 0.27 321.36 0.55 0.47
Hex BA 36 8B 0 47 19 1B 141 37 2F
Octal 272 66 213 0 107 31 33 501 67 57
Binary 10111010 110110 10001011 0 1000111 11001 11011 101000001 110111 101111

Color Harmonies of #BA368B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA368B

Black with #BA368B

Text Example


Text Example

White with #BA368B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA368B; }

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

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

background-color css

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

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

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

border-color css

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

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

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