Html Css Color HEX #BA317B Medium Red Violet

📋 copy color: '#BA317B'

red 186 ◦ green 49 ◦ blue 123

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

Shades of Medium Red Violet #BA317B

Tints of Medium Red Violet #BA317B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.69%

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

R = 51.96%
G = 13.69%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA317B (or 0xBA317B) is known color: Medium Red Violet. HEX triplet: BA, 31 and 7B. RGB value is (186,49,123). Sum of RGB (Red+Green+Blue) = 186+49+123=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 49 (19.53% from 255 or 13.69% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA317B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA317B is #45CE84. Grayscale: #626262. Windows color (decimal): -4574853 or 8073658. OLE color: 8073658.

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

Color convert

RGB 186 49 123 -
CMYK 0 0.74 0.34 0.27
HSL 327.59º 0.58% 0.46% -
HSV(B) 327.59º 0.74% 0.73% -
XYZ 24.92 14.07 20.14 -
YUV 98.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 186 49 123 0 0.74 0.34 0.27 327.59 0.58 0.46
Hex BA 31 7B 0 4A 22 1B 148 3A 2E
Octal 272 61 173 0 112 42 33 510 72 56
Binary 10111010 110001 1111011 0 1001010 100010 11011 101001000 111010 101110

Color Harmonies of #BA317B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA317B

Black with #BA317B

Text Example


Text Example

White with #BA317B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA317B; }

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

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

background-color css

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

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

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

border-color css

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

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

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