Html Css Color HEX #BA237F Medium Red Violet

📋 copy color: '#BA237F'

red 186 ◦ green 35 ◦ blue 127

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

Shades of Medium Red Violet #BA237F

Tints of Medium Red Violet #BA237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.06%

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

R = 53.45%
G = 10.06%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA237F (or 0xBA237F) is known color: Medium Red Violet. HEX triplet: BA, 23 and 7F. RGB value is (186,35,127). Sum of RGB (Red+Green+Blue) = 186+35+127=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 35 (14.06% from 255 or 10.06% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA237F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA237F is #45DC80. Grayscale: #5A5A5A. Windows color (decimal): -4578433 or 8332218. OLE color: 8332218.

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

Color convert

RGB 186 35 127 -
CMYK 0 0.81 0.32 0.27
HSL 323.44º 0.68% 0.43% -
HSV(B) 323.44º 0.81% 0.73% -
XYZ 24.68 13.17 21.32 -
YUV 90.64 148.53 196.02 -
System Red Green Blue C M Y K H S L
Decimal 186 35 127 0 0.81 0.32 0.27 323.44 0.68 0.43
Hex BA 23 7F 0 51 20 1B 143 44 2B
Octal 272 43 177 0 121 40 33 503 104 53
Binary 10111010 100011 1111111 0 1010001 100000 11011 101000011 1000100 101011

Color Harmonies of #BA237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA237F

Black with #BA237F

Text Example


Text Example

White with #BA237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA237F; }

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

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

background-color css

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

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

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

border-color css

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

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

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