Html Css Color HEX #BA1B8B Medium Violet Red

📋 copy color: '#BA1B8B'

red 186 ◦ green 27 ◦ blue 139

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

Shades of Medium Violet Red #BA1B8B

Tints of Medium Violet Red #BA1B8B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.67%

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

R = 52.84%
G = 7.67%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA1B8B (or 0xBA1B8B) is known color: Medium Violet Red. HEX triplet: BA, 1B and 8B. RGB value is (186,27,139). Sum of RGB (Red+Green+Blue) = 186+27+139=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1B8B is #45E474. Grayscale: #575757. Windows color (decimal): -4580469 or 9116602. OLE color: 9116602.

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

Color convert

RGB 186 27 139 -
CMYK 0 0.85 0.25 0.27
HSL 317.74º 0.75% 0.42% -
HSV(B) 317.74º 0.85% 0.73% -
XYZ 25.3 13.09 25.62 -
YUV 87.31 157.18 198.39 -
System Red Green Blue C M Y K H S L
Decimal 186 27 139 0 0.85 0.25 0.27 317.74 0.75 0.42
Hex BA 1B 8B 0 55 19 1B 13E 4B 2A
Octal 272 33 213 0 125 31 33 476 113 52
Binary 10111010 11011 10001011 0 1010101 11001 11011 100111110 1001011 101010

Color Harmonies of #BA1B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B8B

Black with #BA1B8B

Text Example


Text Example

White with #BA1B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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