Html Css Color HEX #BA2298 Medium Violet Red

📋 copy color: '#BA2298'

red 186 ◦ green 34 ◦ blue 152

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

Shades of Medium Violet Red #BA2298

Tints of Medium Violet Red #BA2298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.86%

R = 50%
G = 9.14%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BA2298 (or 0xBA2298) is known color: Medium Violet Red. HEX triplet: BA, 22 and 98. RGB value is (186,34,152). Sum of RGB (Red+Green+Blue) = 186+34+152=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2298 is #45DD67. Grayscale: #5C5C5C. Windows color (decimal): -4578664 or 9970362. OLE color: 9970362.

HSL color Cylindrical-coordinate representation of color #BA2298: hue angle of 313.42º 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 #BA2298 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 34 152 -
CMYK 0 0.82 0.18 0.27
HSL 313.42º 0.69% 0.43% -
HSV(B) 313.42º 0.82% 0.73% -
XYZ 26.49 13.85 30.98 -
YUV 92.9 161.36 194.41 -
System Red Green Blue C M Y K H S L
Decimal 186 34 152 0 0.82 0.18 0.27 313.42 0.69 0.43
Hex BA 22 98 0 52 12 1B 139 45 2B
Octal 272 42 230 0 122 22 33 471 105 53
Binary 10111010 100010 10011000 0 1010010 10010 11011 100111001 1000101 101011

Color Harmonies of #BA2298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2298

Black with #BA2298

Text Example


Text Example

White with #BA2298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2298; }

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

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

background-color css

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

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

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

border-color css

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

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

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