Html Css Color HEX #BA0B7F Medium Violet Red

📋 copy color: '#BA0B7F'

red 186 ◦ green 11 ◦ blue 127

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

Shades of Medium Violet Red #BA0B7F

Tints of Medium Violet Red #BA0B7F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.4%

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

R = 57.41%
G = 3.4%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA0B7F (or 0xBA0B7F) is known color: Medium Violet Red. HEX triplet: BA, 0B and 7F. RGB value is (186,11,127). Sum of RGB (Red+Green+Blue) = 186+11+127=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0B7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0B7F is #45F480. Grayscale: #4C4C4C. Windows color (decimal): -4584577 or 8326074. OLE color: 8326074.

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

Color convert

RGB 186 11 127 -
CMYK 0 0.94 0.32 0.27
HSL 320.23º 0.89% 0.39% -
HSV(B) 320.23º 0.94% 0.73% -
XYZ 24.2 12.21 21.16 -
YUV 76.55 156.48 206.07 -
System Red Green Blue C M Y K H S L
Decimal 186 11 127 0 0.94 0.32 0.27 320.23 0.89 0.39
Hex BA B 7F 0 5E 20 1B 140 59 27
Octal 272 13 177 0 136 40 33 500 131 47
Binary 10111010 1011 1111111 0 1011110 100000 11011 101000000 1011001 100111

Color Harmonies of #BA0B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0B7F

Black with #BA0B7F

Text Example


Text Example

White with #BA0B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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