Html Css Color HEX #BA0B88 Medium Violet Red

📋 copy color: '#BA0B88'

red 186 ◦ green 11 ◦ blue 136

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

Shades of Medium Violet Red #BA0B88

Tints of Medium Violet Red #BA0B88

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.3%

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

R = 55.86%
G = 3.3%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA0B88 (or 0xBA0B88) is known color: Medium Violet Red. HEX triplet: BA, 0B and 88. RGB value is (186,11,136). Sum of RGB (Red+Green+Blue) = 186+11+136=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 11 (4.69% from 255 or 3.30% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0B88 is #45F477. Grayscale: #4D4D4D. Windows color (decimal): -4584568 or 8915898. OLE color: 8915898.

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

Color convert

RGB 186 11 136 -
CMYK 0 0.94 0.27 0.27
HSL 317.14º 0.89% 0.39% -
HSV(B) 317.14º 0.94% 0.73% -
XYZ 24.81 12.46 24.39 -
YUV 77.58 160.98 205.34 -
System Red Green Blue C M Y K H S L
Decimal 186 11 136 0 0.94 0.27 0.27 317.14 0.89 0.39
Hex BA B 88 0 5E 1B 1B 13D 59 27
Octal 272 13 210 0 136 33 33 475 131 47
Binary 10111010 1011 10001000 0 1011110 11011 11011 100111101 1011001 100111

Color Harmonies of #BA0B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0B88

Black with #BA0B88

Text Example


Text Example

White with #BA0B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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