Html Css Color HEX #BC59A4 Mulberry

📋 copy color: '#BC59A4'

red 188 ◦ green 89 ◦ blue 164

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

Shades of Mulberry #BC59A4

Tints of Mulberry #BC59A4

RGB

 RED value IS 188 (73.83% from 255) = 42.63%

 GREEN value IS 89 (35.16% from 255) = 20.18%

 BLUE value IS 164 (64.45% from 255) = 37.19%

R = 42.63%
G = 20.18%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC59A4 (or 0xBC59A4) is known color: Mulberry. HEX triplet: BC, 59 and A4. RGB value is (188,89,164). Sum of RGB (Red+Green+Blue) = 188+89+164=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC59A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC59A4 is #43A65B. Grayscale: #7E7E7E. Windows color (decimal): -4433500 or 10770876. OLE color: 10770876.

HSL color Cylindrical-coordinate representation of color #BC59A4: hue angle of 314.55º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC59A4 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 89 164 -
CMYK 0 0.53 0.13 0.26
HSL 314.55º 0.42% 0.54% -
HSV(B) 314.55º 0.53% 0.74% -
XYZ 31.01 20.52 37.45 -
YUV 127.15 148.8 171.4 -
System Red Green Blue C M Y K H S L
Decimal 188 89 164 0 0.53 0.13 0.26 314.55 0.42 0.54
Hex BC 59 A4 0 35 D 1A 13B 2A 36
Octal 274 131 244 0 65 15 32 473 52 66
Binary 10111100 1011001 10100100 0 110101 1101 11010 100111011 101010 110110

Color Harmonies of #BC59A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC59A4

Black with #BC59A4

Text Example


Text Example

White with #BC59A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC59A4; }

 p { color: rgb(188,89,164); }

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

background-color css

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

 a { background-color: rgb(188,89,164); }

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

border-color css

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

 span { border-color: rgb(188,89,164); }

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