Html Css Color HEX #BA227F Medium Red Violet

📋 copy color: '#BA227F'

red 186 ◦ green 34 ◦ blue 127

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

Shades of Medium Red Violet #BA227F

Tints of Medium Red Violet #BA227F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.6%

R = 53.6%
G = 9.8%
B = 36.6%

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

#BA227F (or 0xBA227F) is known color: Medium Red Violet. HEX triplet: BA, 22 and 7F. RGB value is (186,34,127). Sum of RGB (Red+Green+Blue) = 186+34+127=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 34 (13.67% from 255 or 9.80% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA227F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA227F is #45DD80. Grayscale: #595959. Windows color (decimal): -4578689 or 8331962. OLE color: 8331962.

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

Color convert

RGB 186 34 127 -
CMYK 0 0.82 0.32 0.27
HSL 323.29º 0.69% 0.43% -
HSV(B) 323.29º 0.82% 0.73% -
XYZ 24.65 13.12 21.31 -
YUV 90.05 148.86 196.44 -
System Red Green Blue C M Y K H S L
Decimal 186 34 127 0 0.82 0.32 0.27 323.29 0.69 0.43
Hex BA 22 7F 0 52 20 1B 143 45 2B
Octal 272 42 177 0 122 40 33 503 105 53
Binary 10111010 100010 1111111 0 1010010 100000 11011 101000011 1000101 101011

Color Harmonies of #BA227F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA227F

Black with #BA227F

Text Example


Text Example

White with #BA227F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA227F; }

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

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

background-color css

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

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

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

border-color css

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

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

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