Html Css Color HEX #BA067C Medium Violet Red

📋 copy color: '#BA067C'

red 186 ◦ green 6 ◦ blue 124

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

Shades of Medium Violet Red #BA067C

Tints of Medium Violet Red #BA067C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.9%

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

R = 58.86%
G = 1.9%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA067C (or 0xBA067C) is known color: Medium Violet Red. HEX triplet: BA, 06 and 7C. RGB value is (186,6,124). Sum of RGB (Red+Green+Blue) = 186+6+124=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA067C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA067C is #45F983. Grayscale: #484848. Windows color (decimal): -4585860 or 8128186. OLE color: 8128186.

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

Color convert

RGB 186 6 124 -
CMYK 0 0.97 0.33 0.27
HSL 320.67º 0.94% 0.38% -
HSV(B) 320.67º 0.97% 0.73% -
XYZ 23.95 12.02 20.13 -
YUV 73.27 156.63 208.41 -
System Red Green Blue C M Y K H S L
Decimal 186 6 124 0 0.97 0.33 0.27 320.67 0.94 0.38
Hex BA 6 7C 0 61 21 1B 141 5E 26
Octal 272 6 174 0 141 41 33 501 136 46
Binary 10111010 110 1111100 0 1100001 100001 11011 101000001 1011110 100110

Color Harmonies of #BA067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA067C

Black with #BA067C

Text Example


Text Example

White with #BA067C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA067C; }

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

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

background-color css

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

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

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

border-color css

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

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

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