Html Css Color HEX #BA088F Medium Violet Red

📋 copy color: '#BA088F'

red 186 ◦ green 8 ◦ blue 143

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

Shades of Medium Violet Red #BA088F

Tints of Medium Violet Red #BA088F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.43%

R = 55.19%
G = 2.37%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA088F (or 0xBA088F) is known color: Medium Violet Red. HEX triplet: BA, 08 and 8F. RGB value is (186,8,143). Sum of RGB (Red+Green+Blue) = 186+8+143=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA088F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA088F is #45F770. Grayscale: #4C4C4C. Windows color (decimal): -4585329 or 9373882. OLE color: 9373882.

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

Color convert

RGB 186 8 143 -
CMYK 0 0.96 0.23 0.27
HSL 314.49º 0.92% 0.38% -
HSV(B) 314.49º 0.96% 0.73% -
XYZ 25.29 12.6 27.08 -
YUV 76.61 165.47 206.02 -
System Red Green Blue C M Y K H S L
Decimal 186 8 143 0 0.96 0.23 0.27 314.49 0.92 0.38
Hex BA 8 8F 0 60 17 1B 13A 5C 26
Octal 272 10 217 0 140 27 33 472 134 46
Binary 10111010 1000 10001111 0 1100000 10111 11011 100111010 1011100 100110

Color Harmonies of #BA088F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA088F

Black with #BA088F

Text Example


Text Example

White with #BA088F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA088F; }

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

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

background-color css

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

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

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

border-color css

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

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

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