Html Css Color HEX #BA067F Medium Violet Red

📋 copy color: '#BA067F'

red 186 ◦ green 6 ◦ blue 127

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

Shades of Medium Violet Red #BA067F

Tints of Medium Violet Red #BA067F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.81%

R = 58.31%
G = 1.88%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA067F (or 0xBA067F) is known color: Medium Violet Red. HEX triplet: BA, 06 and 7F. RGB value is (186,6,127). Sum of RGB (Red+Green+Blue) = 186+6+127=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA067F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA067F is #45F980. Grayscale: #494949. Windows color (decimal): -4585857 or 8324794. OLE color: 8324794.

HSL color Cylindrical-coordinate representation of color #BA067F: hue angle of 319.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 #BA067F is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 6 127 -
CMYK 0 0.97 0.32 0.27
HSL 319.67º 0.94% 0.38% -
HSV(B) 319.67º 0.97% 0.73% -
XYZ 24.15 12.1 21.14 -
YUV 73.61 158.13 208.16 -
System Red Green Blue C M Y K H S L
Decimal 186 6 127 0 0.97 0.32 0.27 319.67 0.94 0.38
Hex BA 6 7F 0 61 20 1B 140 5E 26
Octal 272 6 177 0 141 40 33 500 136 46
Binary 10111010 110 1111111 0 1100001 100000 11011 101000000 1011110 100110

Color Harmonies of #BA067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA067F

Black with #BA067F

Text Example


Text Example

White with #BA067F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA067F; }

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

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

background-color css

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

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

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

border-color css

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

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

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