Html Css Color HEX #BA0282 Medium Violet Red

📋 copy color: '#BA0282'

red 186 ◦ green 2 ◦ blue 130

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

Shades of Medium Violet Red #BA0282

Tints of Medium Violet Red #BA0282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 58.49%
G = 0.63%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA0282 (or 0xBA0282) is known color: Medium Violet Red. HEX triplet: BA, 02 and 82. RGB value is (186,2,130). Sum of RGB (Red+Green+Blue) = 186+2+130=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0282 is #45FD7D. Grayscale: #474747. Windows color (decimal): -4586878 or 8520378. OLE color: 8520378.

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

Color convert

RGB 186 2 130 -
CMYK 0 0.99 0.30 0.27
HSL 318.26º 0.98% 0.37% -
HSV(B) 318.26º 0.99% 0.73% -
XYZ 24.3 12.09 22.17 -
YUV 71.61 160.96 209.59 -
System Red Green Blue C M Y K H S L
Decimal 186 2 130 0 0.99 0.30 0.27 318.26 0.98 0.37
Hex BA 2 82 0 63 1E 1B 13E 62 25
Octal 272 2 202 0 143 36 33 476 142 45
Binary 10111010 10 10000010 0 1100011 11110 11011 100111110 1100010 100101

Color Harmonies of #BA0282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0282

Black with #BA0282

Text Example


Text Example

White with #BA0282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0282; }

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

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

background-color css

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

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

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

border-color css

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

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

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