Html Css Color HEX #BC4D84 Mulberry

📋 copy color: '#BC4D84'

red 188 ◦ green 77 ◦ blue 132

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

Shades of Mulberry #BC4D84

Tints of Mulberry #BC4D84

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.4%

 BLUE value IS 132 (51.95% from 255) = 33.25%

R = 47.36%
G = 19.4%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC4D84 (or 0xBC4D84) is known color: Mulberry. HEX triplet: BC, 4D and 84. RGB value is (188,77,132). Sum of RGB (Red+Green+Blue) = 188+77+132=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4D84 is #43B27B. Grayscale: #747474. Windows color (decimal): -4436604 or 8670652. OLE color: 8670652.

HSL color Cylindrical-coordinate representation of color #BC4D84: hue angle of 330.27º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC4D84 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 77 132 -
CMYK 0 0.59 0.30 0.26
HSL 330.27º 0.45% 0.52% -
HSV(B) 330.27º 0.59% 0.74% -
XYZ 27.56 17.67 23.79 -
YUV 116.46 136.77 179.03 -
System Red Green Blue C M Y K H S L
Decimal 188 77 132 0 0.59 0.30 0.26 330.27 0.45 0.52
Hex BC 4D 84 0 3B 1E 1A 14A 2D 34
Octal 274 115 204 0 73 36 32 512 55 64
Binary 10111100 1001101 10000100 0 111011 11110 11010 101001010 101101 110100

Color Harmonies of #BC4D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D84

Black with #BC4D84

Text Example


Text Example

White with #BC4D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D84; }

 p { color: rgb(188,77,132); }

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

background-color css

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

 a { background-color: rgb(188,77,132); }

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

border-color css

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

 span { border-color: rgb(188,77,132); }

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