Html Css Color HEX #BA068C Medium Violet Red

📋 copy color: '#BA068C'

red 186 ◦ green 6 ◦ blue 140

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

Shades of Medium Violet Red #BA068C

Tints of Medium Violet Red #BA068C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.17%

R = 56.02%
G = 1.81%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA068C (or 0xBA068C) is known color: Medium Violet Red. HEX triplet: BA, 06 and 8C. RGB value is (186,6,140). Sum of RGB (Red+Green+Blue) = 186+6+140=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA068C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA068C is #45F973. Grayscale: #4A4A4A. Windows color (decimal): -4585844 or 9176762. OLE color: 9176762.

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

Color convert

RGB 186 6 140 -
CMYK 0 0.97 0.25 0.27
HSL 315.33º 0.94% 0.38% -
HSV(B) 315.33º 0.97% 0.73% -
XYZ 25.05 12.46 25.9 -
YUV 75.1 164.63 207.1 -
System Red Green Blue C M Y K H S L
Decimal 186 6 140 0 0.97 0.25 0.27 315.33 0.94 0.38
Hex BA 6 8C 0 61 19 1B 13B 5E 26
Octal 272 6 214 0 141 31 33 473 136 46
Binary 10111010 110 10001100 0 1100001 11001 11011 100111011 1011110 100110

Color Harmonies of #BA068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA068C

Black with #BA068C

Text Example


Text Example

White with #BA068C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA068C; }

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

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

background-color css

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

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

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

border-color css

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

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

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