Html Css Color HEX #BA3382 Medium Red Violet

📋 copy color: '#BA3382'

red 186 ◦ green 51 ◦ blue 130

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

Shades of Medium Red Violet #BA3382

Tints of Medium Red Violet #BA3382

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.9%

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

R = 50.68%
G = 13.9%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA3382 (or 0xBA3382) is known color: Medium Red Violet. HEX triplet: BA, 33 and 82. RGB value is (186,51,130). Sum of RGB (Red+Green+Blue) = 186+51+130=367 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.68% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3382 is #45CC7D. Grayscale: #646464. Windows color (decimal): -4574334 or 8532922. OLE color: 8532922.

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

Color convert

RGB 186 51 130 -
CMYK 0 0.73 0.30 0.27
HSL 324.89º 0.57% 0.46% -
HSV(B) 324.89º 0.73% 0.73% -
XYZ 25.46 14.42 22.56 -
YUV 100.37 144.73 189.08 -
System Red Green Blue C M Y K H S L
Decimal 186 51 130 0 0.73 0.30 0.27 324.89 0.57 0.46
Hex BA 33 82 0 49 1E 1B 145 39 2E
Octal 272 63 202 0 111 36 33 505 71 56
Binary 10111010 110011 10000010 0 1001001 11110 11011 101000101 111001 101110

Color Harmonies of #BA3382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3382

Black with #BA3382

Text Example


Text Example

White with #BA3382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3382; }

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

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

background-color css

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

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

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

border-color css

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

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

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