Html Css Color HEX #BA229D Medium Violet Red

📋 copy color: '#BA229D'

red 186 ◦ green 34 ◦ blue 157

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

Shades of Medium Violet Red #BA229D

Tints of Medium Violet Red #BA229D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.02%

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

R = 49.34%
G = 9.02%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA229D (or 0xBA229D) is known color: Medium Violet Red. HEX triplet: BA, 22 and 9D. RGB value is (186,34,157). Sum of RGB (Red+Green+Blue) = 186+34+157=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA229D is #45DD62. Grayscale: #5D5D5D. Windows color (decimal): -4578659 or 10298042. OLE color: 10298042.

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

Color convert

RGB 186 34 157 -
CMYK 0 0.82 0.16 0.27
HSL 311.45º 0.69% 0.43% -
HSV(B) 311.45º 0.82% 0.73% -
XYZ 26.91 14.02 33.19 -
YUV 93.47 163.86 194 -
System Red Green Blue C M Y K H S L
Decimal 186 34 157 0 0.82 0.16 0.27 311.45 0.69 0.43
Hex BA 22 9D 0 52 10 1B 137 45 2B
Octal 272 42 235 0 122 20 33 467 105 53
Binary 10111010 100010 10011101 0 1010010 10000 11011 100110111 1000101 101011

Color Harmonies of #BA229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA229D

Black with #BA229D

Text Example


Text Example

White with #BA229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA229D; }

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

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

background-color css

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

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

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

border-color css

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

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

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