Html Css Color HEX #BA519F Mulberry

📋 copy color: '#BA519F'

red 186 ◦ green 81 ◦ blue 159

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

Shades of Mulberry #BA519F

Tints of Mulberry #BA519F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.01%

 BLUE value IS 159 (62.5% from 255) = 37.32%

R = 43.66%
G = 19.01%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA519F (or 0xBA519F) is known color: Mulberry. HEX triplet: BA, 51 and 9F. RGB value is (186,81,159). Sum of RGB (Red+Green+Blue) = 186+81+159=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BA519F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA519F is #45AE60. Grayscale: #797979. Windows color (decimal): -4566625 or 10441146. OLE color: 10441146.

HSL color Cylindrical-coordinate representation of color #BA519F: hue angle of 315.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA519F is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 81 159 -
CMYK 0 0.56 0.15 0.27
HSL 315.43º 0.43% 0.52% -
HSV(B) 315.43º 0.56% 0.73% -
XYZ 29.45 18.83 34.88 -
YUV 121.29 149.29 174.16 -
System Red Green Blue C M Y K H S L
Decimal 186 81 159 0 0.56 0.15 0.27 315.43 0.43 0.52
Hex BA 51 9F 0 38 F 1B 13B 2B 34
Octal 272 121 237 0 70 17 33 473 53 64
Binary 10111010 1010001 10011111 0 111000 1111 11011 100111011 101011 110100

Color Harmonies of #BA519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA519F

Black with #BA519F

Text Example


Text Example

White with #BA519F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA519F; }

 p { color: rgb(186,81,159); }

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

background-color css

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

 a { background-color: rgb(186,81,159); }

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

border-color css

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

 span { border-color: rgb(186,81,159); }

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