Html Css Color HEX #BC4D96 Mulberry

📋 copy color: '#BC4D96'

red 188 ◦ green 77 ◦ blue 150

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

Shades of Mulberry #BC4D96

Tints of Mulberry #BC4D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.14%

R = 45.3%
G = 18.55%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC4D96 (or 0xBC4D96) is known color: Mulberry. HEX triplet: BC, 4D and 96. RGB value is (188,77,150). Sum of RGB (Red+Green+Blue) = 188+77+150=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4D96 is #43B269. Grayscale: #767676. Windows color (decimal): -4436586 or 9850300. OLE color: 9850300.

HSL color Cylindrical-coordinate representation of color #BC4D96: hue angle of 320.54º 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 #BC4D96 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 77 150 -
CMYK 0 0.59 0.20 0.26
HSL 320.54º 0.45% 0.52% -
HSV(B) 320.54º 0.59% 0.74% -
XYZ 28.9 18.2 30.84 -
YUV 118.51 145.77 177.56 -
System Red Green Blue C M Y K H S L
Decimal 188 77 150 0 0.59 0.20 0.26 320.54 0.45 0.52
Hex BC 4D 96 0 3B 14 1A 141 2D 34
Octal 274 115 226 0 73 24 32 501 55 64
Binary 10111100 1001101 10010110 0 111011 10100 11010 101000001 101101 110100

Color Harmonies of #BC4D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D96

Black with #BC4D96

Text Example


Text Example

White with #BC4D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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