Html Css Color HEX #BA0088 Medium Violet Red

📋 copy color: '#BA0088'

red 186 ◦ green 0 ◦ blue 136

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

Shades of Medium Violet Red #BA0088

Tints of Medium Violet Red #BA0088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.76%
G = 0%
B = 42.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA0088 (or 0xBA0088) is known color: Medium Violet Red. HEX triplet: BA, 00 and 88. RGB value is (186,0,136). Sum of RGB (Red+Green+Blue) = 186+0+136=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA0088 is #45FF77. Grayscale: #464646. Windows color (decimal): -4587384 or 8913082. OLE color: 8913082.

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

Color convert

RGB 186 0 136 -
CMYK 0 1 0.27 0.27
HSL 316.13º 1% 0.36% -
HSV(B) 316.13º 1% 0.73% -
XYZ 24.69 12.22 24.35 -
YUV 71.12 164.62 209.94 -
System Red Green Blue C M Y K H S L
Decimal 186 0 136 0 1 0.27 0.27 316.13 1 0.36
Hex BA 0 88 0 64 1B 1B 13C 64 24
Octal 272 0 210 0 144 33 33 474 144 44
Binary 10111010 0 10001000 0 1100100 11011 11011 100111100 1100100 100100

Color Harmonies of #BA0088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0088

Black with #BA0088

Text Example


Text Example

White with #BA0088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0088; }

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

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

background-color css

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

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

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

border-color css

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

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

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