Html Css Color HEX #BA4E8B Mulberry

📋 copy color: '#BA4E8B'

red 186 ◦ green 78 ◦ blue 139

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

Shades of Mulberry #BA4E8B

Tints of Mulberry #BA4E8B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.35%

 BLUE value IS 139 (54.69% from 255) = 34.49%

R = 46.15%
G = 19.35%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA4E8B (or 0xBA4E8B) is known color: Mulberry. HEX triplet: BA, 4E and 8B. RGB value is (186,78,139). Sum of RGB (Red+Green+Blue) = 186+78+139=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4E8B is #45B174. Grayscale: #757575. Windows color (decimal): -4567413 or 9129658. OLE color: 9129658.

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

Color convert

RGB 186 78 139 -
CMYK 0 0.58 0.25 0.27
HSL 326.11º 0.44% 0.52% -
HSV(B) 326.11º 0.58% 0.73% -
XYZ 27.63 17.75 26.4 -
YUV 117.25 140.28 177.04 -
System Red Green Blue C M Y K H S L
Decimal 186 78 139 0 0.58 0.25 0.27 326.11 0.44 0.52
Hex BA 4E 8B 0 3A 19 1B 146 2C 34
Octal 272 116 213 0 72 31 33 506 54 64
Binary 10111010 1001110 10001011 0 111010 11001 11011 101000110 101100 110100

Color Harmonies of #BA4E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E8B

Black with #BA4E8B

Text Example


Text Example

White with #BA4E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E8B; }

 p { color: rgb(186,78,139); }

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

background-color css

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

 a { background-color: rgb(186,78,139); }

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

border-color css

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

 span { border-color: rgb(186,78,139); }

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