Html Css Color HEX #BA2682 Medium Red Violet

📋 copy color: '#BA2682'

red 186 ◦ green 38 ◦ blue 130

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

Shades of Medium Red Violet #BA2682

Tints of Medium Red Violet #BA2682

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.73%

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

R = 52.54%
G = 10.73%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA2682 (or 0xBA2682) is known color: Medium Red Violet. HEX triplet: BA, 26 and 82. RGB value is (186,38,130). Sum of RGB (Red+Green+Blue) = 186+38+130=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2682 is #45D97D. Grayscale: #5C5C5C. Windows color (decimal): -4577662 or 8529594. OLE color: 8529594.

HSL color Cylindrical-coordinate representation of color #BA2682: hue angle of 322.7º degrees, saturation: 0.66, 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 #BA2682 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 38 130 -
CMYK 0 0.80 0.30 0.27
HSL 322.7º 0.66% 0.44% -
HSV(B) 322.7º 0.8% 0.73% -
XYZ 24.97 13.44 22.4 -
YUV 92.74 149.03 194.52 -
System Red Green Blue C M Y K H S L
Decimal 186 38 130 0 0.80 0.30 0.27 322.7 0.66 0.44
Hex BA 26 82 0 50 1E 1B 143 42 2C
Octal 272 46 202 0 120 36 33 503 102 54
Binary 10111010 100110 10000010 0 1010000 11110 11011 101000011 1000010 101100

Color Harmonies of #BA2682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2682

Black with #BA2682

Text Example


Text Example

White with #BA2682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2682; }

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

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

background-color css

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

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

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

border-color css

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

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

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