Html Css Color HEX #BA1282 Medium Violet Red

📋 copy color: '#BA1282'

red 186 ◦ green 18 ◦ blue 130

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

Shades of Medium Violet Red #BA1282

Tints of Medium Violet Red #BA1282

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.39%

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

R = 55.69%
G = 5.39%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA1282 (or 0xBA1282) is known color: Medium Violet Red. HEX triplet: BA, 12 and 82. RGB value is (186,18,130). Sum of RGB (Red+Green+Blue) = 186+18+130=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 18 (7.42% from 255 or 5.39% from 334); Blue value is 130 (51.17% from 255 or 38.92% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1282 is #45ED7D. Grayscale: #505050. Windows color (decimal): -4582782 or 8524474. OLE color: 8524474.

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

Color convert

RGB 186 18 130 -
CMYK 0 0.90 0.30 0.27
HSL 320º 0.82% 0.4% -
HSV(B) 320º 0.9% 0.73% -
XYZ 24.5 12.48 22.24 -
YUV 81 155.66 202.89 -
System Red Green Blue C M Y K H S L
Decimal 186 18 130 0 0.90 0.30 0.27 320 0.82 0.4
Hex BA 12 82 0 5A 1E 1B 140 52 28
Octal 272 22 202 0 132 36 33 500 122 50
Binary 10111010 10010 10000010 0 1011010 11110 11011 101000000 1010010 101000

Color Harmonies of #BA1282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1282

Black with #BA1282

Text Example


Text Example

White with #BA1282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1282; }

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

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

background-color css

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

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

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

border-color css

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

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

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