Html Css Color HEX #BA228E Medium Red Violet

📋 copy color: '#BA228E'

red 186 ◦ green 34 ◦ blue 142

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

Shades of Medium Red Violet #BA228E

Tints of Medium Red Violet #BA228E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.23%

R = 51.38%
G = 9.39%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA228E (or 0xBA228E) is known color: Medium Red Violet. HEX triplet: BA, 22 and 8E. RGB value is (186,34,142). Sum of RGB (Red+Green+Blue) = 186+34+142=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 34 (13.67% from 255 or 9.39% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA228E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA228E is #45DD71. Grayscale: #5B5B5B. Windows color (decimal): -4578674 or 9315002. OLE color: 9315002.

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

Color convert

RGB 186 34 142 -
CMYK 0 0.82 0.24 0.27
HSL 317.37º 0.69% 0.43% -
HSV(B) 317.37º 0.82% 0.73% -
XYZ 25.7 13.54 26.85 -
YUV 91.76 156.36 195.22 -
System Red Green Blue C M Y K H S L
Decimal 186 34 142 0 0.82 0.24 0.27 317.37 0.69 0.43
Hex BA 22 8E 0 52 18 1B 13D 45 2B
Octal 272 42 216 0 122 30 33 475 105 53
Binary 10111010 100010 10001110 0 1010010 11000 11011 100111101 1000101 101011

Color Harmonies of #BA228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA228E

Black with #BA228E

Text Example


Text Example

White with #BA228E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA228E; }

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

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

background-color css

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

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

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

border-color css

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

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

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