Html Css Color HEX #BA227E Medium Red Violet

📋 copy color: '#BA227E'

red 186 ◦ green 34 ◦ blue 126

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

Shades of Medium Red Violet #BA227E

Tints of Medium Red Violet #BA227E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.42%

R = 53.76%
G = 9.83%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA227E (or 0xBA227E) is known color: Medium Red Violet. HEX triplet: BA, 22 and 7E. RGB value is (186,34,126). Sum of RGB (Red+Green+Blue) = 186+34+126=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA227E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA227E is #45DD81. Grayscale: #595959. Windows color (decimal): -4578690 or 8266426. OLE color: 8266426.

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

Color convert

RGB 186 34 126 -
CMYK 0 0.82 0.32 0.27
HSL 323.68º 0.69% 0.43% -
HSV(B) 323.68º 0.82% 0.73% -
XYZ 24.59 13.09 20.97 -
YUV 89.94 148.36 196.52 -
System Red Green Blue C M Y K H S L
Decimal 186 34 126 0 0.82 0.32 0.27 323.68 0.69 0.43
Hex BA 22 7E 0 52 20 1B 144 45 2B
Octal 272 42 176 0 122 40 33 504 105 53
Binary 10111010 100010 1111110 0 1010010 100000 11011 101000100 1000101 101011

Color Harmonies of #BA227E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA227E

Black with #BA227E

Text Example


Text Example

White with #BA227E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA227E; }

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

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

background-color css

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

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

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

border-color css

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

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

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