Html Css Color HEX #BA4382 Mulberry

📋 copy color: '#BA4382'

red 186 ◦ green 67 ◦ blue 130

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

Shades of Mulberry #BA4382

Tints of Mulberry #BA4382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.94%

R = 48.56%
G = 17.49%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA4382 (or 0xBA4382) is known color: Mulberry. HEX triplet: BA, 43 and 82. RGB value is (186,67,130). Sum of RGB (Red+Green+Blue) = 186+67+130=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA4382 is #45BC7D. Grayscale: #6D6D6D. Windows color (decimal): -4570238 or 8537018. OLE color: 8537018.

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

Color convert

RGB 186 67 130 -
CMYK 0 0.64 0.30 0.27
HSL 328.24º 0.47% 0.5% -
HSV(B) 328.24º 0.64% 0.73% -
XYZ 26.29 16.07 22.83 -
YUV 109.76 139.42 182.38 -
System Red Green Blue C M Y K H S L
Decimal 186 67 130 0 0.64 0.30 0.27 328.24 0.47 0.5
Hex BA 43 82 0 40 1E 1B 148 2F 32
Octal 272 103 202 0 100 36 33 510 57 62
Binary 10111010 1000011 10000010 0 1000000 11110 11011 101001000 101111 110010

Color Harmonies of #BA4382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4382

Black with #BA4382

Text Example


Text Example

White with #BA4382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4382; }

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

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

background-color css

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

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

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

border-color css

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

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

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