Html Css Color HEX #BA4E8A Mulberry

📋 copy color: '#BA4E8A'

red 186 ◦ green 78 ◦ blue 138

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

Shades of Mulberry #BA4E8A

Tints of Mulberry #BA4E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.33%

R = 46.27%
G = 19.4%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA4E8A (or 0xBA4E8A) is known color: Mulberry. HEX triplet: BA, 4E and 8A. RGB value is (186,78,138). Sum of RGB (Red+Green+Blue) = 186+78+138=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA4E8A is #45B175. Grayscale: #757575. Windows color (decimal): -4567414 or 9064122. OLE color: 9064122.

HSL color Cylindrical-coordinate representation of color #BA4E8A: hue angle of 326.67º 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 #BA4E8A is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 78 138 -
CMYK 0 0.58 0.26 0.27
HSL 326.67º 0.44% 0.52% -
HSV(B) 326.67º 0.58% 0.73% -
XYZ 27.56 17.72 26.01 -
YUV 117.13 139.78 177.12 -
System Red Green Blue C M Y K H S L
Decimal 186 78 138 0 0.58 0.26 0.27 326.67 0.44 0.52
Hex BA 4E 8A 0 3A 1A 1B 147 2C 34
Octal 272 116 212 0 72 32 33 507 54 64
Binary 10111010 1001110 10001010 0 111010 11010 11011 101000111 101100 110100

Color Harmonies of #BA4E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E8A

Black with #BA4E8A

Text Example


Text Example

White with #BA4E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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