Html Css Color HEX #BA1B9D Medium Violet Red

📋 copy color: '#BA1B9D'

red 186 ◦ green 27 ◦ blue 157

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

Shades of Medium Violet Red #BA1B9D

Tints of Medium Violet Red #BA1B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.43%

R = 50.27%
G = 7.3%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA1B9D (or 0xBA1B9D) is known color: Medium Violet Red. HEX triplet: BA, 1B and 9D. RGB value is (186,27,157). Sum of RGB (Red+Green+Blue) = 186+27+157=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1B9D is #45E462. Grayscale: #585858. Windows color (decimal): -4580451 or 10296250. OLE color: 10296250.

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

Color convert

RGB 186 27 157 -
CMYK 0 0.85 0.16 0.27
HSL 310.94º 0.75% 0.42% -
HSV(B) 310.94º 0.85% 0.73% -
XYZ 26.73 13.66 33.13 -
YUV 89.36 166.18 196.93 -
System Red Green Blue C M Y K H S L
Decimal 186 27 157 0 0.85 0.16 0.27 310.94 0.75 0.42
Hex BA 1B 9D 0 55 10 1B 137 4B 2A
Octal 272 33 235 0 125 20 33 467 113 52
Binary 10111010 11011 10011101 0 1010101 10000 11011 100110111 1001011 101010

Color Harmonies of #BA1B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B9D

Black with #BA1B9D

Text Example


Text Example

White with #BA1B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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