Html Css Color HEX #BA4088 Medium Red Violet

📋 copy color: '#BA4088'

red 186 ◦ green 64 ◦ blue 136

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

Shades of Medium Red Violet #BA4088

Tints of Medium Red Violet #BA4088

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.58%

 BLUE value IS 136 (53.52% from 255) = 35.23%

R = 48.19%
G = 16.58%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA4088 (or 0xBA4088) is known color: Medium Red Violet. HEX triplet: BA, 40 and 88. RGB value is (186,64,136). Sum of RGB (Red+Green+Blue) = 186+64+136=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4088 is #45BF77. Grayscale: #6C6C6C. Windows color (decimal): -4571000 or 8929466. OLE color: 8929466.

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

Color convert

RGB 186 64 136 -
CMYK 0 0.66 0.27 0.27
HSL 324.59º 0.49% 0.49% -
HSV(B) 324.59º 0.66% 0.73% -
XYZ 26.53 15.88 24.96 -
YUV 108.69 143.42 183.15 -
System Red Green Blue C M Y K H S L
Decimal 186 64 136 0 0.66 0.27 0.27 324.59 0.49 0.49
Hex BA 40 88 0 42 1B 1B 145 31 31
Octal 272 100 210 0 102 33 33 505 61 61
Binary 10111010 1000000 10001000 0 1000010 11011 11011 101000101 110001 110001

Color Harmonies of #BA4088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4088

Black with #BA4088

Text Example


Text Example

White with #BA4088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4088; }

 p { color: rgb(186,64,136); }

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

background-color css

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

 a { background-color: rgb(186,64,136); }

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

border-color css

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

 span { border-color: rgb(186,64,136); }

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