Html Css Color HEX #BA347B Medium Red Violet

📋 copy color: '#BA347B'

red 186 ◦ green 52 ◦ blue 123

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

Shades of Medium Red Violet #BA347B

Tints of Medium Red Violet #BA347B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 51.52%
G = 14.4%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA347B (or 0xBA347B) is known color: Medium Red Violet. HEX triplet: BA, 34 and 7B. RGB value is (186,52,123). Sum of RGB (Red+Green+Blue) = 186+52+123=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA347B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA347B is #45CB84. Grayscale: #646464. Windows color (decimal): -4574085 or 8074426. OLE color: 8074426.

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

Color convert

RGB 186 52 123 -
CMYK 0 0.72 0.34 0.27
HSL 328.21º 0.56% 0.47% -
HSV(B) 328.21º 0.72% 0.73% -
XYZ 25.05 14.33 20.18 -
YUV 100.16 140.89 189.23 -
System Red Green Blue C M Y K H S L
Decimal 186 52 123 0 0.72 0.34 0.27 328.21 0.56 0.47
Hex BA 34 7B 0 48 22 1B 148 38 2F
Octal 272 64 173 0 110 42 33 510 70 57
Binary 10111010 110100 1111011 0 1001000 100010 11011 101001000 111000 101111

Color Harmonies of #BA347B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA347B

Black with #BA347B

Text Example


Text Example

White with #BA347B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA347B; }

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

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

background-color css

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

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

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

border-color css

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

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

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