Html Css Color HEX #BA216E Medium Red Violet

📋 copy color: '#BA216E'

red 186 ◦ green 33 ◦ blue 110

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

Shades of Medium Red Violet #BA216E

Tints of Medium Red Violet #BA216E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.43%

R = 56.53%
G = 10.03%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA216E (or 0xBA216E) is known color: Medium Red Violet. HEX triplet: BA, 21 and 6E. RGB value is (186,33,110). Sum of RGB (Red+Green+Blue) = 186+33+110=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA216E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA216E is #45DE91. Grayscale: #575757. Windows color (decimal): -4578962 or 7217594. OLE color: 7217594.

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

Color convert

RGB 186 33 110 -
CMYK 0 0.82 0.41 0.27
HSL 329.8º 0.7% 0.43% -
HSV(B) 329.8º 0.82% 0.73% -
XYZ 23.61 12.65 15.95 -
YUV 87.53 140.69 198.24 -
System Red Green Blue C M Y K H S L
Decimal 186 33 110 0 0.82 0.41 0.27 329.8 0.7 0.43
Hex BA 21 6E 0 52 29 1B 14A 46 2B
Octal 272 41 156 0 122 51 33 512 106 53
Binary 10111010 100001 1101110 0 1010010 101001 11011 101001010 1000110 101011

Color Harmonies of #BA216E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA216E

Black with #BA216E

Text Example


Text Example

White with #BA216E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA216E; }

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

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

background-color css

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

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

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

border-color css

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

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

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