Html Css Color HEX #BA138B Medium Violet Red

📋 copy color: '#BA138B'

red 186 ◦ green 19 ◦ blue 139

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

Shades of Medium Violet Red #BA138B

Tints of Medium Violet Red #BA138B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.52%

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

R = 54.07%
G = 5.52%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA138B (or 0xBA138B) is known color: Medium Violet Red. HEX triplet: BA, 13 and 8B. RGB value is (186,19,139). Sum of RGB (Red+Green+Blue) = 186+19+139=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA138B is #45EC74. Grayscale: #525252. Windows color (decimal): -4582517 or 9114554. OLE color: 9114554.

HSL color Cylindrical-coordinate representation of color #BA138B: hue angle of 316.89º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA138B is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 19 139 -
CMYK 0 0.90 0.25 0.27
HSL 316.89º 0.81% 0.4% -
HSV(B) 316.89º 0.9% 0.73% -
XYZ 25.14 12.77 25.57 -
YUV 82.61 159.83 201.74 -
System Red Green Blue C M Y K H S L
Decimal 186 19 139 0 0.90 0.25 0.27 316.89 0.81 0.4
Hex BA 13 8B 0 5A 19 1B 13D 51 28
Octal 272 23 213 0 132 31 33 475 121 50
Binary 10111010 10011 10001011 0 1011010 11001 11011 100111101 1010001 101000

Color Harmonies of #BA138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA138B

Black with #BA138B

Text Example


Text Example

White with #BA138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA138B; }

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

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

background-color css

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

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

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

border-color css

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

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

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