Html Css Color HEX #BA5E9E Mulberry

📋 copy color: '#BA5E9E'

red 186 ◦ green 94 ◦ blue 158

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

Shades of Mulberry #BA5E9E

Tints of Mulberry #BA5E9E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.46%

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

R = 42.47%
G = 21.46%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BA5E9E (or 0xBA5E9E) is known color: Mulberry. HEX triplet: BA, 5E and 9E. RGB value is (186,94,158). Sum of RGB (Red+Green+Blue) = 186+94+158=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA5E9E is #45A161. Grayscale: #808080. Windows color (decimal): -4563298 or 10378938. OLE color: 10378938.

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

Color convert

RGB 186 94 158 -
CMYK 0 0.49 0.15 0.27
HSL 318.26º 0.4% 0.55% -
HSV(B) 318.26º 0.49% 0.73% -
XYZ 30.42 20.91 34.78 -
YUV 128.8 144.48 168.8 -
System Red Green Blue C M Y K H S L
Decimal 186 94 158 0 0.49 0.15 0.27 318.26 0.4 0.55
Hex BA 5E 9E 0 31 F 1B 13E 28 37
Octal 272 136 236 0 61 17 33 476 50 67
Binary 10111010 1011110 10011110 0 110001 1111 11011 100111110 101000 110111

Color Harmonies of #BA5E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E9E

Black with #BA5E9E

Text Example


Text Example

White with #BA5E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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