Html Css Color HEX #BA226F Medium Red Violet

📋 copy color: '#BA226F'

red 186 ◦ green 34 ◦ blue 111

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

Shades of Medium Red Violet #BA226F

Tints of Medium Red Violet #BA226F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.53%

R = 56.19%
G = 10.27%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BA226F (or 0xBA226F) is known color: Medium Red Violet. HEX triplet: BA, 22 and 6F. RGB value is (186,34,111). Sum of RGB (Red+Green+Blue) = 186+34+111=331 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.19% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 186 - color contains mainly: red. Hex color #BA226F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA226F is #45DD90. Grayscale: #585858. Windows color (decimal): -4578705 or 7283386. OLE color: 7283386.

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

Color convert

RGB 186 34 111 -
CMYK 0 0.82 0.40 0.27
HSL 329.61º 0.69% 0.43% -
HSV(B) 329.61º 0.82% 0.73% -
XYZ 23.69 12.73 16.25 -
YUV 88.23 140.86 197.74 -
System Red Green Blue C M Y K H S L
Decimal 186 34 111 0 0.82 0.40 0.27 329.61 0.69 0.43
Hex BA 22 6F 0 52 28 1B 14A 45 2B
Octal 272 42 157 0 122 50 33 512 105 53
Binary 10111010 100010 1101111 0 1010010 101000 11011 101001010 1000101 101011

Color Harmonies of #BA226F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA226F

Black with #BA226F

Text Example


Text Example

White with #BA226F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA226F; }

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

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

background-color css

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

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

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

border-color css

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

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

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