Html Css Color HEX #BA218C Medium Violet Red

📋 copy color: '#BA218C'

red 186 ◦ green 33 ◦ blue 140

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

Shades of Medium Violet Red #BA218C

Tints of Medium Violet Red #BA218C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39%

R = 51.81%
G = 9.19%
B = 39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA218C (or 0xBA218C) is known color: Medium Violet Red. HEX triplet: BA, 21 and 8C. RGB value is (186,33,140). Sum of RGB (Red+Green+Blue) = 186+33+140=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 33 (13.28% from 255 or 9.19% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA218C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA218C is #45DE73. Grayscale: #5A5A5A. Windows color (decimal): -4578932 or 9183674. OLE color: 9183674.

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

Color convert

RGB 186 33 140 -
CMYK 0 0.82 0.25 0.27
HSL 318.04º 0.7% 0.43% -
HSV(B) 318.04º 0.82% 0.73% -
XYZ 25.53 13.42 26.06 -
YUV 90.95 155.69 195.8 -
System Red Green Blue C M Y K H S L
Decimal 186 33 140 0 0.82 0.25 0.27 318.04 0.7 0.43
Hex BA 21 8C 0 52 19 1B 13E 46 2B
Octal 272 41 214 0 122 31 33 476 106 53
Binary 10111010 100001 10001100 0 1010010 11001 11011 100111110 1000110 101011

Color Harmonies of #BA218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA218C

Black with #BA218C

Text Example


Text Example

White with #BA218C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA218C; }

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

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

background-color css

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

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

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

border-color css

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

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

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