Html Css Color HEX #BA509B Mulberry

📋 copy color: '#BA509B'

red 186 ◦ green 80 ◦ blue 155

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

Shades of Mulberry #BA509B

Tints of Mulberry #BA509B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19%

 BLUE value IS 155 (60.94% from 255) = 36.82%

R = 44.18%
G = 19%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA509B (or 0xBA509B) is known color: Mulberry. HEX triplet: BA, 50 and 9B. RGB value is (186,80,155). Sum of RGB (Red+Green+Blue) = 186+80+155=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA509B is #45AF64. Grayscale: #787878. Windows color (decimal): -4566885 or 10178746. OLE color: 10178746.

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

Color convert

RGB 186 80 155 -
CMYK 0 0.57 0.17 0.27
HSL 317.55º 0.43% 0.52% -
HSV(B) 317.55º 0.57% 0.73% -
XYZ 29.03 18.54 33.06 -
YUV 120.24 147.62 174.9 -
System Red Green Blue C M Y K H S L
Decimal 186 80 155 0 0.57 0.17 0.27 317.55 0.43 0.52
Hex BA 50 9B 0 39 11 1B 13E 2B 34
Octal 272 120 233 0 71 21 33 476 53 64
Binary 10111010 1010000 10011011 0 111001 10001 11011 100111110 101011 110100

Color Harmonies of #BA509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA509B

Black with #BA509B

Text Example


Text Example

White with #BA509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA509B; }

 p { color: rgb(186,80,155); }

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

background-color css

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

 a { background-color: rgb(186,80,155); }

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

border-color css

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

 span { border-color: rgb(186,80,155); }

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