Html Css Color HEX #BA068F Medium Violet Red

📋 copy color: '#BA068F'

red 186 ◦ green 6 ◦ blue 143

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

Shades of Medium Violet Red #BA068F

Tints of Medium Violet Red #BA068F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.69%

R = 55.52%
G = 1.79%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA068F (or 0xBA068F) is known color: Medium Violet Red. HEX triplet: BA, 06 and 8F. RGB value is (186,6,143). Sum of RGB (Red+Green+Blue) = 186+6+143=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 6 (2.73% from 255 or 1.79% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA068F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BA068F is #45F970. Grayscale: #4B4B4B. Windows color (decimal): -4585841 or 9373370. OLE color: 9373370.

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

Color convert

RGB 186 6 143 -
CMYK 0 0.97 0.23 0.27
HSL 314.33º 0.94% 0.38% -
HSV(B) 314.33º 0.97% 0.73% -
XYZ 25.27 12.55 27.08 -
YUV 75.44 166.13 206.86 -
System Red Green Blue C M Y K H S L
Decimal 186 6 143 0 0.97 0.23 0.27 314.33 0.94 0.38
Hex BA 6 8F 0 61 17 1B 13A 5E 26
Octal 272 6 217 0 141 27 33 472 136 46
Binary 10111010 110 10001111 0 1100001 10111 11011 100111010 1011110 100110

Color Harmonies of #BA068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA068F

Black with #BA068F

Text Example


Text Example

White with #BA068F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA068F; }

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

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

background-color css

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

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

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

border-color css

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

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

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