Html Css Color HEX #BA439D Mulberry

📋 copy color: '#BA439D'

red 186 ◦ green 67 ◦ blue 157

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

Shades of Mulberry #BA439D

Tints of Mulberry #BA439D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.29%

R = 45.37%
G = 16.34%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA439D (or 0xBA439D) is known color: Mulberry. HEX triplet: BA, 43 and 9D. RGB value is (186,67,157). Sum of RGB (Red+Green+Blue) = 186+67+157=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA439D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA439D is #45BC62. Grayscale: #707070. Windows color (decimal): -4570211 or 10306490. OLE color: 10306490.

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

Color convert

RGB 186 67 157 -
CMYK 0 0.64 0.16 0.27
HSL 314.62º 0.47% 0.5% -
HSV(B) 314.62º 0.64% 0.73% -
XYZ 28.34 16.89 33.66 -
YUV 112.84 152.92 180.18 -
System Red Green Blue C M Y K H S L
Decimal 186 67 157 0 0.64 0.16 0.27 314.62 0.47 0.5
Hex BA 43 9D 0 40 10 1B 13B 2F 32
Octal 272 103 235 0 100 20 33 473 57 62
Binary 10111010 1000011 10011101 0 1000000 10000 11011 100111011 101111 110010

Color Harmonies of #BA439D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA439D

Black with #BA439D

Text Example


Text Example

White with #BA439D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA439D; }

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

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

background-color css

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

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

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

border-color css

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

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

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