Html Css Color HEX #BA228D Medium Red Violet

📋 copy color: '#BA228D'

red 186 ◦ green 34 ◦ blue 141

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

Shades of Medium Red Violet #BA228D

Tints of Medium Red Violet #BA228D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.06%

R = 51.52%
G = 9.42%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA228D (or 0xBA228D) is known color: Medium Red Violet. HEX triplet: BA, 22 and 8D. RGB value is (186,34,141). Sum of RGB (Red+Green+Blue) = 186+34+141=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA228D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA228D is #45DD72. Grayscale: #5B5B5B. Windows color (decimal): -4578675 or 9249466. OLE color: 9249466.

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

Color convert

RGB 186 34 141 -
CMYK 0 0.82 0.24 0.27
HSL 317.76º 0.69% 0.43% -
HSV(B) 317.76º 0.82% 0.73% -
XYZ 25.63 13.51 26.46 -
YUV 91.65 155.86 195.3 -
System Red Green Blue C M Y K H S L
Decimal 186 34 141 0 0.82 0.24 0.27 317.76 0.69 0.43
Hex BA 22 8D 0 52 18 1B 13E 45 2B
Octal 272 42 215 0 122 30 33 476 105 53
Binary 10111010 100010 10001101 0 1010010 11000 11011 100111110 1000101 101011

Color Harmonies of #BA228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA228D

Black with #BA228D

Text Example


Text Example

White with #BA228D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA228D; }

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

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

background-color css

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

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

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

border-color css

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

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

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