Html Css Color HEX #BA2E82 Medium Red Violet

📋 copy color: '#BA2E82'

red 186 ◦ green 46 ◦ blue 130

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

Shades of Medium Red Violet #BA2E82

Tints of Medium Red Violet #BA2E82

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.71%

 BLUE value IS 130 (51.17% from 255) = 35.91%

R = 51.38%
G = 12.71%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA2E82 (or 0xBA2E82) is known color: Medium Red Violet. HEX triplet: BA, 2E and 82. RGB value is (186,46,130). Sum of RGB (Red+Green+Blue) = 186+46+130=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2E82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2E82 is #45D17D. Grayscale: #616161. Windows color (decimal): -4575614 or 8531642. OLE color: 8531642.

HSL color Cylindrical-coordinate representation of color #BA2E82: hue angle of 324º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2E82 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 46 130 -
CMYK 0 0.75 0.30 0.27
HSL 324º 0.6% 0.45% -
HSV(B) 324º 0.75% 0.73% -
XYZ 25.26 14 22.49 -
YUV 97.44 146.38 191.17 -
System Red Green Blue C M Y K H S L
Decimal 186 46 130 0 0.75 0.30 0.27 324 0.6 0.45
Hex BA 2E 82 0 4B 1E 1B 144 3C 2D
Octal 272 56 202 0 113 36 33 504 74 55
Binary 10111010 101110 10000010 0 1001011 11110 11011 101000100 111100 101101

Color Harmonies of #BA2E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2E82

Black with #BA2E82

Text Example


Text Example

White with #BA2E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2E82; }

 p { color: rgb(186,46,130); }

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

background-color css

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

 a { background-color: rgb(186,46,130); }

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

border-color css

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

 span { border-color: rgb(186,46,130); }

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