Html Css Color HEX #BA228B Medium Red Violet

📋 copy color: '#BA228B'

red 186 ◦ green 34 ◦ blue 139

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

Shades of Medium Red Violet #BA228B

Tints of Medium Red Violet #BA228B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.72%

R = 51.81%
G = 9.47%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA228B (or 0xBA228B) is known color: Medium Red Violet. HEX triplet: BA, 22 and 8B. RGB value is (186,34,139). Sum of RGB (Red+Green+Blue) = 186+34+139=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 34 (13.67% from 255 or 9.47% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA228B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA228B is #45DD74. Grayscale: #5B5B5B. Windows color (decimal): -4578677 or 9118394. OLE color: 9118394.

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

Color convert

RGB 186 34 139 -
CMYK 0 0.82 0.25 0.27
HSL 318.55º 0.69% 0.43% -
HSV(B) 318.55º 0.82% 0.73% -
XYZ 25.48 13.45 25.68 -
YUV 91.42 154.86 195.46 -
System Red Green Blue C M Y K H S L
Decimal 186 34 139 0 0.82 0.25 0.27 318.55 0.69 0.43
Hex BA 22 8B 0 52 19 1B 13F 45 2B
Octal 272 42 213 0 122 31 33 477 105 53
Binary 10111010 100010 10001011 0 1010010 11001 11011 100111111 1000101 101011

Color Harmonies of #BA228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA228B

Black with #BA228B

Text Example


Text Example

White with #BA228B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA228B; }

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

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

background-color css

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

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

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

border-color css

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

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

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