Html Css Color HEX #BA438D Mulberry

📋 copy color: '#BA438D'

red 186 ◦ green 67 ◦ blue 141

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

Shades of Mulberry #BA438D

Tints of Mulberry #BA438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.01%

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 47.21%
G = 17.01%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA438D (or 0xBA438D) is known color: Mulberry. HEX triplet: BA, 43 and 8D. RGB value is (186,67,141). Sum of RGB (Red+Green+Blue) = 186+67+141=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 67 (26.56% from 255 or 17.01% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA438D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA438D is #45BC72. Grayscale: #6E6E6E. Windows color (decimal): -4570227 or 9257914. OLE color: 9257914.

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

Color convert

RGB 186 67 141 -
CMYK 0 0.64 0.24 0.27
HSL 322.69º 0.47% 0.5% -
HSV(B) 322.69º 0.64% 0.73% -
XYZ 27.06 16.38 26.93 -
YUV 111.02 144.92 181.48 -
System Red Green Blue C M Y K H S L
Decimal 186 67 141 0 0.64 0.24 0.27 322.69 0.47 0.5
Hex BA 43 8D 0 40 18 1B 143 2F 32
Octal 272 103 215 0 100 30 33 503 57 62
Binary 10111010 1000011 10001101 0 1000000 11000 11011 101000011 101111 110010

Color Harmonies of #BA438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA438D

Black with #BA438D

Text Example


Text Example

White with #BA438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA438D; }

 p { color: rgb(186,67,141); }

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

background-color css

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

 a { background-color: rgb(186,67,141); }

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

border-color css

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

 span { border-color: rgb(186,67,141); }

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