Html Css Color HEX #BA0188 Medium Violet Red

📋 copy color: '#BA0188'

red 186 ◦ green 1 ◦ blue 136

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

Shades of Medium Violet Red #BA0188

Tints of Medium Violet Red #BA0188

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 57.59%
G = 0.31%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA0188 (or 0xBA0188) is known color: Medium Violet Red. HEX triplet: BA, 01 and 88. RGB value is (186,1,136). Sum of RGB (Red+Green+Blue) = 186+1+136=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0188 is #45FE77. Grayscale: #474747. Windows color (decimal): -4587128 or 8913338. OLE color: 8913338.

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

Color convert

RGB 186 1 136 -
CMYK 0 0.99 0.27 0.27
HSL 316.22º 0.99% 0.37% -
HSV(B) 316.22º 0.99% 0.73% -
XYZ 24.7 12.24 24.35 -
YUV 71.71 164.29 209.52 -
System Red Green Blue C M Y K H S L
Decimal 186 1 136 0 0.99 0.27 0.27 316.22 0.99 0.37
Hex BA 1 88 0 63 1B 1B 13C 63 25
Octal 272 1 210 0 143 33 33 474 143 45
Binary 10111010 1 10001000 0 1100011 11011 11011 100111100 1100011 100101

Color Harmonies of #BA0188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0188

Black with #BA0188

Text Example


Text Example

White with #BA0188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0188; }

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

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

background-color css

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

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

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

border-color css

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

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

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