Html Css Color HEX #BA088D Medium Violet Red

📋 copy color: '#BA088D'

red 186 ◦ green 8 ◦ blue 141

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

Shades of Medium Violet Red #BA088D

Tints of Medium Violet Red #BA088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.09%

R = 55.52%
G = 2.39%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA088D (or 0xBA088D) is known color: Medium Violet Red. HEX triplet: BA, 08 and 8D. RGB value is (186,8,141). Sum of RGB (Red+Green+Blue) = 186+8+141=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 8 (3.52% from 255 or 2.39% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA088D is #45F772. Grayscale: #4C4C4C. Windows color (decimal): -4585331 or 9242810. OLE color: 9242810.

HSL color Cylindrical-coordinate representation of color #BA088D: hue angle of 315.17º 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 #BA088D is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 8 141 -
CMYK 0 0.96 0.24 0.27
HSL 315.17º 0.92% 0.38% -
HSV(B) 315.17º 0.96% 0.73% -
XYZ 25.14 12.54 26.29 -
YUV 76.38 164.47 206.19 -
System Red Green Blue C M Y K H S L
Decimal 186 8 141 0 0.96 0.24 0.27 315.17 0.92 0.38
Hex BA 8 8D 0 60 18 1B 13B 5C 26
Octal 272 10 215 0 140 30 33 473 134 46
Binary 10111010 1000 10001101 0 1100000 11000 11011 100111011 1011100 100110

Color Harmonies of #BA088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA088D

Black with #BA088D

Text Example


Text Example

White with #BA088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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