Html Css Color HEX #BA1D9B Medium Violet Red

📋 copy color: '#BA1D9B'

red 186 ◦ green 29 ◦ blue 155

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

Shades of Medium Violet Red #BA1D9B

Tints of Medium Violet Red #BA1D9B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.84%

 BLUE value IS 155 (60.94% from 255) = 41.89%

R = 50.27%
G = 7.84%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA1D9B (or 0xBA1D9B) is known color: Medium Violet Red. HEX triplet: BA, 1D and 9B. RGB value is (186,29,155). Sum of RGB (Red+Green+Blue) = 186+29+155=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1D9B is #45E264. Grayscale: #595959. Windows color (decimal): -4579941 or 10165690. OLE color: 10165690.

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

Color convert

RGB 186 29 155 -
CMYK 0 0.84 0.17 0.27
HSL 311.85º 0.73% 0.42% -
HSV(B) 311.85º 0.84% 0.73% -
XYZ 26.61 13.68 32.25 -
YUV 90.31 164.51 196.25 -
System Red Green Blue C M Y K H S L
Decimal 186 29 155 0 0.84 0.17 0.27 311.85 0.73 0.42
Hex BA 1D 9B 0 54 11 1B 138 49 2A
Octal 272 35 233 0 124 21 33 470 111 52
Binary 10111010 11101 10011011 0 1010100 10001 11011 100111000 1001001 101010

Color Harmonies of #BA1D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1D9B

Black with #BA1D9B

Text Example


Text Example

White with #BA1D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1D9B; }

 p { color: rgb(186,29,155); }

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

background-color css

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

 a { background-color: rgb(186,29,155); }

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

border-color css

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

 span { border-color: rgb(186,29,155); }

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