Html Css Color HEX #BA088C Medium Violet Red

📋 copy color: '#BA088C'

red 186 ◦ green 8 ◦ blue 140

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

Shades of Medium Violet Red #BA088C

Tints of Medium Violet Red #BA088C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.4%

 BLUE value IS 140 (55.08% from 255) = 41.92%

R = 55.69%
G = 2.4%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA088C (or 0xBA088C) is known color: Medium Violet Red. HEX triplet: BA, 08 and 8C. RGB value is (186,8,140). Sum of RGB (Red+Green+Blue) = 186+8+140=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA088C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA088C is #45F773. Grayscale: #4B4B4B. Windows color (decimal): -4585332 or 9177274. OLE color: 9177274.

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

Color convert

RGB 186 8 140 -
CMYK 0 0.96 0.25 0.27
HSL 315.51º 0.92% 0.38% -
HSV(B) 315.51º 0.96% 0.73% -
XYZ 25.07 12.51 25.9 -
YUV 76.27 163.97 206.27 -
System Red Green Blue C M Y K H S L
Decimal 186 8 140 0 0.96 0.25 0.27 315.51 0.92 0.38
Hex BA 8 8C 0 60 19 1B 13C 5C 26
Octal 272 10 214 0 140 31 33 474 134 46
Binary 10111010 1000 10001100 0 1100000 11001 11011 100111100 1011100 100110

Color Harmonies of #BA088C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA088C

Black with #BA088C

Text Example


Text Example

White with #BA088C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA088C; }

 p { color: rgb(186,8,140); }

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

background-color css

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

 a { background-color: rgb(186,8,140); }

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

border-color css

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

 span { border-color: rgb(186,8,140); }

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