Html Css Color HEX #BA228C Medium Red Violet

📋 copy color: '#BA228C'

red 186 ◦ green 34 ◦ blue 140

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

Shades of Medium Red Violet #BA228C

Tints of Medium Red Violet #BA228C

RGB

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

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

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

R = 51.67%
G = 9.44%
B = 38.89%

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

#BA228C (or 0xBA228C) is known color: Medium Red Violet. HEX triplet: BA, 22 and 8C. RGB value is (186,34,140). Sum of RGB (Red+Green+Blue) = 186+34+140=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA228C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA228C is #45DD73. Grayscale: #5B5B5B. Windows color (decimal): -4578676 or 9183930. OLE color: 9183930.

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

Color convert

RGB 186 34 140 -
CMYK 0 0.82 0.25 0.27
HSL 318.16º 0.69% 0.43% -
HSV(B) 318.16º 0.82% 0.73% -
XYZ 25.56 13.48 26.07 -
YUV 91.53 155.36 195.38 -
System Red Green Blue C M Y K H S L
Decimal 186 34 140 0 0.82 0.25 0.27 318.16 0.69 0.43
Hex BA 22 8C 0 52 19 1B 13E 45 2B
Octal 272 42 214 0 122 31 33 476 105 53
Binary 10111010 100010 10001100 0 1010010 11001 11011 100111110 1000101 101011

Color Harmonies of #BA228C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA228C

Black with #BA228C

Text Example


Text Example

White with #BA228C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA228C; }

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

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

background-color css

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

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

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

border-color css

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

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

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