Html Css Color HEX #BA4092 Medium Red Violet

📋 copy color: '#BA4092'

red 186 ◦ green 64 ◦ blue 146

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

Shades of Medium Red Violet #BA4092

Tints of Medium Red Violet #BA4092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.87%

R = 46.97%
G = 16.16%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA4092 (or 0xBA4092) is known color: Medium Red Violet. HEX triplet: BA, 40 and 92. RGB value is (186,64,146). Sum of RGB (Red+Green+Blue) = 186+64+146=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4092 is #45BF6D. Grayscale: #6D6D6D. Windows color (decimal): -4570990 or 9584826. OLE color: 9584826.

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

Color convert

RGB 186 64 146 -
CMYK 0 0.66 0.22 0.27
HSL 319.67º 0.49% 0.49% -
HSV(B) 319.67º 0.66% 0.73% -
XYZ 27.27 16.18 28.88 -
YUV 109.83 148.42 182.33 -
System Red Green Blue C M Y K H S L
Decimal 186 64 146 0 0.66 0.22 0.27 319.67 0.49 0.49
Hex BA 40 92 0 42 16 1B 140 31 31
Octal 272 100 222 0 102 26 33 500 61 61
Binary 10111010 1000000 10010010 0 1000010 10110 11011 101000000 110001 110001

Color Harmonies of #BA4092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4092

Black with #BA4092

Text Example


Text Example

White with #BA4092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4092; }

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

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

background-color css

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

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

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

border-color css

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

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

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