Html Css Color HEX #BA257E Medium Red Violet

📋 copy color: '#BA257E'

red 186 ◦ green 37 ◦ blue 126

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

Shades of Medium Red Violet #BA257E

Tints of Medium Red Violet #BA257E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.6%

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

R = 53.3%
G = 10.6%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA257E (or 0xBA257E) is known color: Medium Red Violet. HEX triplet: BA, 25 and 7E. RGB value is (186,37,126). Sum of RGB (Red+Green+Blue) = 186+37+126=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA257E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA257E is #45DA81. Grayscale: #5B5B5B. Windows color (decimal): -4577922 or 8267194. OLE color: 8267194.

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

Color convert

RGB 186 37 126 -
CMYK 0 0.80 0.32 0.27
HSL 324.16º 0.67% 0.44% -
HSV(B) 324.16º 0.8% 0.73% -
XYZ 24.68 13.27 21 -
YUV 91.7 147.36 195.26 -
System Red Green Blue C M Y K H S L
Decimal 186 37 126 0 0.80 0.32 0.27 324.16 0.67 0.44
Hex BA 25 7E 0 50 20 1B 144 43 2C
Octal 272 45 176 0 120 40 33 504 103 54
Binary 10111010 100101 1111110 0 1010000 100000 11011 101000100 1000011 101100

Color Harmonies of #BA257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA257E

Black with #BA257E

Text Example


Text Example

White with #BA257E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA257E; }

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

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

background-color css

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

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

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

border-color css

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

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

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