Html Css Color HEX #BA1A8B Medium Violet Red

📋 copy color: '#BA1A8B'

red 186 ◦ green 26 ◦ blue 139

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

Shades of Medium Violet Red #BA1A8B

Tints of Medium Violet Red #BA1A8B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.41%

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

R = 52.99%
G = 7.41%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA1A8B (or 0xBA1A8B) is known color: Medium Violet Red. HEX triplet: BA, 1A and 8B. RGB value is (186,26,139). Sum of RGB (Red+Green+Blue) = 186+26+139=351 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.99% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1A8B is #45E574. Grayscale: #565656. Windows color (decimal): -4580725 or 9116346. OLE color: 9116346.

HSL color Cylindrical-coordinate representation of color #BA1A8B: hue angle of 317.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1A8B is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 26 139 -
CMYK 0 0.86 0.25 0.27
HSL 317.63º 0.75% 0.42% -
HSV(B) 317.63º 0.86% 0.73% -
XYZ 25.28 13.04 25.61 -
YUV 86.72 157.51 198.81 -
System Red Green Blue C M Y K H S L
Decimal 186 26 139 0 0.86 0.25 0.27 317.63 0.75 0.42
Hex BA 1A 8B 0 56 19 1B 13E 4B 2A
Octal 272 32 213 0 126 31 33 476 113 52
Binary 10111010 11010 10001011 0 1010110 11001 11011 100111110 1001011 101010

Color Harmonies of #BA1A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A8B

Black with #BA1A8B

Text Example


Text Example

White with #BA1A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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