Html Css Color HEX #BA087C Medium Violet Red

📋 copy color: '#BA087C'

red 186 ◦ green 8 ◦ blue 124

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

Shades of Medium Violet Red #BA087C

Tints of Medium Violet Red #BA087C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.99%

R = 58.49%
G = 2.52%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA087C (or 0xBA087C) is known color: Medium Violet Red. HEX triplet: BA, 08 and 7C. RGB value is (186,8,124). Sum of RGB (Red+Green+Blue) = 186+8+124=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 8 (3.52% from 255 or 2.52% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA087C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA087C is #45F783. Grayscale: #4A4A4A. Windows color (decimal): -4585348 or 8128698. OLE color: 8128698.

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

Color convert

RGB 186 8 124 -
CMYK 0 0.96 0.33 0.27
HSL 320.9º 0.92% 0.38% -
HSV(B) 320.9º 0.96% 0.73% -
XYZ 23.97 12.07 20.13 -
YUV 74.45 155.97 207.57 -
System Red Green Blue C M Y K H S L
Decimal 186 8 124 0 0.96 0.33 0.27 320.9 0.92 0.38
Hex BA 8 7C 0 60 21 1B 141 5C 26
Octal 272 10 174 0 140 41 33 501 134 46
Binary 10111010 1000 1111100 0 1100000 100001 11011 101000001 1011100 100110

Color Harmonies of #BA087C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA087C

Black with #BA087C

Text Example


Text Example

White with #BA087C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA087C; }

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

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

background-color css

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

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

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

border-color css

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

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

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