Html Css Color HEX #BA226D Medium Red Violet

📋 copy color: '#BA226D'

red 186 ◦ green 34 ◦ blue 109

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

Shades of Medium Red Violet #BA226D

Tints of Medium Red Violet #BA226D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.13%

R = 56.53%
G = 10.33%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA226D (or 0xBA226D) is known color: Medium Red Violet. HEX triplet: BA, 22 and 6D. RGB value is (186,34,109). Sum of RGB (Red+Green+Blue) = 186+34+109=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA226D is #45DD92. Grayscale: #575757. Windows color (decimal): -4578707 or 7152314. OLE color: 7152314.

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

Color convert

RGB 186 34 109 -
CMYK 0 0.82 0.41 0.27
HSL 330.39º 0.69% 0.43% -
HSV(B) 330.39º 0.82% 0.73% -
XYZ 23.58 12.69 15.67 -
YUV 88 139.86 197.9 -
System Red Green Blue C M Y K H S L
Decimal 186 34 109 0 0.82 0.41 0.27 330.39 0.69 0.43
Hex BA 22 6D 0 52 29 1B 14A 45 2B
Octal 272 42 155 0 122 51 33 512 105 53
Binary 10111010 100010 1101101 0 1010010 101001 11011 101001010 1000101 101011

Color Harmonies of #BA226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA226D

Black with #BA226D

Text Example


Text Example

White with #BA226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA226D; }

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

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

background-color css

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

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

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

border-color css

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

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

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