Html Css Color HEX #BA277F Medium Red Violet

📋 copy color: '#BA277F'

red 186 ◦ green 39 ◦ blue 127

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

Shades of Medium Red Violet #BA277F

Tints of Medium Red Violet #BA277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.08%

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

R = 52.84%
G = 11.08%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA277F (or 0xBA277F) is known color: Medium Red Violet. HEX triplet: BA, 27 and 7F. RGB value is (186,39,127). Sum of RGB (Red+Green+Blue) = 186+39+127=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA277F is #45D880. Grayscale: #5C5C5C. Windows color (decimal): -4577409 or 8333242. OLE color: 8333242.

HSL color Cylindrical-coordinate representation of color #BA277F: hue angle of 324.08º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA277F is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 39 127 -
CMYK 0 0.79 0.32 0.27
HSL 324.08º 0.65% 0.44% -
HSV(B) 324.08º 0.79% 0.73% -
XYZ 24.81 13.42 21.36 -
YUV 92.99 147.2 194.34 -
System Red Green Blue C M Y K H S L
Decimal 186 39 127 0 0.79 0.32 0.27 324.08 0.65 0.44
Hex BA 27 7F 0 4F 20 1B 144 41 2C
Octal 272 47 177 0 117 40 33 504 101 54
Binary 10111010 100111 1111111 0 1001111 100000 11011 101000100 1000001 101100

Color Harmonies of #BA277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA277F

Black with #BA277F

Text Example


Text Example

White with #BA277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA277F; }

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

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

background-color css

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

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

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

border-color css

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

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

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