Html Css Color HEX #BA5D9A Mulberry

📋 copy color: '#BA5D9A'

red 186 ◦ green 93 ◦ blue 154

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

Shades of Mulberry #BA5D9A

Tints of Mulberry #BA5D9A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.48%

 BLUE value IS 154 (60.55% from 255) = 35.57%

R = 42.96%
G = 21.48%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BA5D9A (or 0xBA5D9A) is known color: Mulberry. HEX triplet: BA, 5D and 9A. RGB value is (186,93,154). Sum of RGB (Red+Green+Blue) = 186+93+154=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5D9A is #45A265. Grayscale: #7F7F7F. Windows color (decimal): -4563558 or 10116538. OLE color: 10116538.

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

Color convert

RGB 186 93 154 -
CMYK 0 0.5 0.17 0.27
HSL 320.65º 0.4% 0.55% -
HSV(B) 320.65º 0.5% 0.73% -
XYZ 30 20.6 32.97 -
YUV 127.76 142.81 169.54 -
System Red Green Blue C M Y K H S L
Decimal 186 93 154 0 0.5 0.17 0.27 320.65 0.4 0.55
Hex BA 5D 9A 0 32 11 1B 141 28 37
Octal 272 135 232 0 62 21 33 501 50 67
Binary 10111010 1011101 10011010 0 110010 10001 11011 101000001 101000 110111

Color Harmonies of #BA5D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D9A

Black with #BA5D9A

Text Example


Text Example

White with #BA5D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D9A; }

 p { color: rgb(186,93,154); }

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

background-color css

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

 a { background-color: rgb(186,93,154); }

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

border-color css

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

 span { border-color: rgb(186,93,154); }

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