Html Css Color HEX #BA1892 Medium Violet Red

📋 copy color: '#BA1892'

red 186 ◦ green 24 ◦ blue 146

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

Shades of Medium Violet Red #BA1892

Tints of Medium Violet Red #BA1892

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.74%

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

R = 52.25%
G = 6.74%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BA1892 (or 0xBA1892) is known color: Medium Violet Red. HEX triplet: BA, 18 and 92. RGB value is (186,24,146). Sum of RGB (Red+Green+Blue) = 186+24+146=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 146 (57.42% from 255 or 41.01% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA1892 is #45E76D. Grayscale: #565656. Windows color (decimal): -4581230 or 9574586. OLE color: 9574586.

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

Color convert

RGB 186 24 146 -
CMYK 0 0.87 0.22 0.27
HSL 314.81º 0.77% 0.41% -
HSV(B) 314.81º 0.87% 0.73% -
XYZ 25.76 13.17 28.38 -
YUV 86.35 161.67 199.08 -
System Red Green Blue C M Y K H S L
Decimal 186 24 146 0 0.87 0.22 0.27 314.81 0.77 0.41
Hex BA 18 92 0 57 16 1B 13B 4D 29
Octal 272 30 222 0 127 26 33 473 115 51
Binary 10111010 11000 10010010 0 1010111 10110 11011 100111011 1001101 101001

Color Harmonies of #BA1892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1892

Black with #BA1892

Text Example


Text Example

White with #BA1892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1892; }

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

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

background-color css

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

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

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

border-color css

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

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

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