Html Css Color HEX #BA2284 Medium Red Violet

📋 copy color: '#BA2284'

red 186 ◦ green 34 ◦ blue 132

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

Shades of Medium Red Violet #BA2284

Tints of Medium Red Violet #BA2284

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.66%

 BLUE value IS 132 (51.95% from 255) = 37.5%

R = 52.84%
G = 9.66%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#BA2284 (or 0xBA2284) is known color: Medium Red Violet. HEX triplet: BA, 22 and 84. RGB value is (186,34,132). Sum of RGB (Red+Green+Blue) = 186+34+132=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2284 is #45DD7B. Grayscale: #5A5A5A. Windows color (decimal): -4578684 or 8659642. OLE color: 8659642.

HSL color Cylindrical-coordinate representation of color #BA2284: hue angle of 321.32º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2284 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 34 132 -
CMYK 0 0.82 0.29 0.27
HSL 321.32º 0.69% 0.43% -
HSV(B) 321.32º 0.82% 0.73% -
XYZ 24.99 13.25 23.07 -
YUV 90.62 151.36 196.03 -
System Red Green Blue C M Y K H S L
Decimal 186 34 132 0 0.82 0.29 0.27 321.32 0.69 0.43
Hex BA 22 84 0 52 1D 1B 141 45 2B
Octal 272 42 204 0 122 35 33 501 105 53
Binary 10111010 100010 10000100 0 1010010 11101 11011 101000001 1000101 101011

Color Harmonies of #BA2284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2284

Black with #BA2284

Text Example


Text Example

White with #BA2284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2284; }

 p { color: rgb(186,34,132); }

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

background-color css

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

 a { background-color: rgb(186,34,132); }

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

border-color css

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

 span { border-color: rgb(186,34,132); }

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