Html Css Color HEX #BA2F82 Medium Red Violet

📋 copy color: '#BA2F82'

red 186 ◦ green 47 ◦ blue 130

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

Shades of Medium Red Violet #BA2F82

Tints of Medium Red Violet #BA2F82

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.95%

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

R = 51.24%
G = 12.95%
B = 35.81%

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

#BA2F82 (or 0xBA2F82) is known color: Medium Red Violet. HEX triplet: BA, 2F and 82. RGB value is (186,47,130). Sum of RGB (Red+Green+Blue) = 186+47+130=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 47 (18.75% from 255 or 12.95% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2F82 is #45D07D. Grayscale: #616161. Windows color (decimal): -4575358 or 8531898. OLE color: 8531898.

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

Color convert

RGB 186 47 130 -
CMYK 0 0.75 0.30 0.27
HSL 324.17º 0.6% 0.46% -
HSV(B) 324.17º 0.75% 0.73% -
XYZ 25.3 14.08 22.5 -
YUV 98.02 146.05 190.75 -
System Red Green Blue C M Y K H S L
Decimal 186 47 130 0 0.75 0.30 0.27 324.17 0.6 0.46
Hex BA 2F 82 0 4B 1E 1B 144 3C 2E
Octal 272 57 202 0 113 36 33 504 74 56
Binary 10111010 101111 10000010 0 1001011 11110 11011 101000100 111100 101110

Color Harmonies of #BA2F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F82

Black with #BA2F82

Text Example


Text Example

White with #BA2F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F82; }

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

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

background-color css

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

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

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

border-color css

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

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

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