Html Css Color HEX #BA228F Medium Red Violet

📋 copy color: '#BA228F'

red 186 ◦ green 34 ◦ blue 143

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

Shades of Medium Red Violet #BA228F

Tints of Medium Red Violet #BA228F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.39%

R = 51.24%
G = 9.37%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA228F (or 0xBA228F) is known color: Medium Red Violet. HEX triplet: BA, 22 and 8F. RGB value is (186,34,143). Sum of RGB (Red+Green+Blue) = 186+34+143=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA228F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA228F is #45DD70. Grayscale: #5B5B5B. Windows color (decimal): -4578673 or 9380538. OLE color: 9380538.

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

Color convert

RGB 186 34 143 -
CMYK 0 0.82 0.23 0.27
HSL 316.97º 0.69% 0.43% -
HSV(B) 316.97º 0.82% 0.73% -
XYZ 25.78 13.57 27.25 -
YUV 91.87 156.86 195.14 -
System Red Green Blue C M Y K H S L
Decimal 186 34 143 0 0.82 0.23 0.27 316.97 0.69 0.43
Hex BA 22 8F 0 52 17 1B 13D 45 2B
Octal 272 42 217 0 122 27 33 475 105 53
Binary 10111010 100010 10001111 0 1010010 10111 11011 100111101 1000101 101011

Color Harmonies of #BA228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA228F

Black with #BA228F

Text Example


Text Example

White with #BA228F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA228F; }

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

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

background-color css

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

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

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

border-color css

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

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

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