Html Css Color HEX #BA069D Medium Violet Red

📋 copy color: '#BA069D'

red 186 ◦ green 6 ◦ blue 157

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

Shades of Medium Violet Red #BA069D

Tints of Medium Violet Red #BA069D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.99%

R = 53.3%
G = 1.72%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA069D (or 0xBA069D) is known color: Medium Violet Red. HEX triplet: BA, 06 and 9D. RGB value is (186,6,157). Sum of RGB (Red+Green+Blue) = 186+6+157=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 6 (2.73% from 255 or 1.72% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA069D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA069D is #45F962. Grayscale: #4C4C4C. Windows color (decimal): -4585827 or 10290874. OLE color: 10290874.

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

Color convert

RGB 186 6 157 -
CMYK 0 0.97 0.16 0.27
HSL 309.67º 0.94% 0.38% -
HSV(B) 309.67º 0.97% 0.73% -
XYZ 26.4 13 33.02 -
YUV 77.03 173.13 205.72 -
System Red Green Blue C M Y K H S L
Decimal 186 6 157 0 0.97 0.16 0.27 309.67 0.94 0.38
Hex BA 6 9D 0 61 10 1B 136 5E 26
Octal 272 6 235 0 141 20 33 466 136 46
Binary 10111010 110 10011101 0 1100001 10000 11011 100110110 1011110 100110

Color Harmonies of #BA069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA069D

Black with #BA069D

Text Example


Text Example

White with #BA069D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA069D; }

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

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

background-color css

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

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

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

border-color css

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

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

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