Html Css Color HEX #BA219B Medium Violet Red

📋 copy color: '#BA219B'

red 186 ◦ green 33 ◦ blue 155

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

Shades of Medium Violet Red #BA219B

Tints of Medium Violet Red #BA219B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.82%

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

R = 49.73%
G = 8.82%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA219B (or 0xBA219B) is known color: Medium Violet Red. HEX triplet: BA, 21 and 9B. RGB value is (186,33,155). Sum of RGB (Red+Green+Blue) = 186+33+155=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 33 (13.28% from 255 or 8.82% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA219B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA219B is #45DE64. Grayscale: #5C5C5C. Windows color (decimal): -4578917 or 10166714. OLE color: 10166714.

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

Color convert

RGB 186 33 155 -
CMYK 0 0.82 0.17 0.27
HSL 312.16º 0.7% 0.43% -
HSV(B) 312.16º 0.82% 0.73% -
XYZ 26.71 13.89 32.28 -
YUV 92.66 163.19 194.58 -
System Red Green Blue C M Y K H S L
Decimal 186 33 155 0 0.82 0.17 0.27 312.16 0.7 0.43
Hex BA 21 9B 0 52 11 1B 138 46 2B
Octal 272 41 233 0 122 21 33 470 106 53
Binary 10111010 100001 10011011 0 1010010 10001 11011 100111000 1000110 101011

Color Harmonies of #BA219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA219B

Black with #BA219B

Text Example


Text Example

White with #BA219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA219B; }

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

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

background-color css

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

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

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

border-color css

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

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

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