Html Css Color HEX #BA5C9E Mulberry

📋 copy color: '#BA5C9E'

red 186 ◦ green 92 ◦ blue 158

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

Shades of Mulberry #BA5C9E

Tints of Mulberry #BA5C9E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.1%

 BLUE value IS 158 (62.11% from 255) = 36.24%

R = 42.66%
G = 21.1%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA5C9E (or 0xBA5C9E) is known color: Mulberry. HEX triplet: BA, 5C and 9E. RGB value is (186,92,158). Sum of RGB (Red+Green+Blue) = 186+92+158=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5C9E is #45A361. Grayscale: #7F7F7F. Windows color (decimal): -4563810 or 10378426. OLE color: 10378426.

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

Color convert

RGB 186 92 158 -
CMYK 0 0.51 0.15 0.27
HSL 317.87º 0.41% 0.55% -
HSV(B) 317.87º 0.51% 0.73% -
XYZ 30.25 20.56 34.72 -
YUV 127.63 145.14 169.63 -
System Red Green Blue C M Y K H S L
Decimal 186 92 158 0 0.51 0.15 0.27 317.87 0.41 0.55
Hex BA 5C 9E 0 33 F 1B 13E 29 37
Octal 272 134 236 0 63 17 33 476 51 67
Binary 10111010 1011100 10011110 0 110011 1111 11011 100111110 101001 110111

Color Harmonies of #BA5C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5C9E

Black with #BA5C9E

Text Example


Text Example

White with #BA5C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5C9E; }

 p { color: rgb(186,92,158); }

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

background-color css

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

 a { background-color: rgb(186,92,158); }

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

border-color css

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

 span { border-color: rgb(186,92,158); }

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