Html Css Color HEX #BC4796 Mulberry

📋 copy color: '#BC4796'

red 188 ◦ green 71 ◦ blue 150

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

Shades of Mulberry #BC4796

Tints of Mulberry #BC4796

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.36%

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

R = 45.97%
G = 17.36%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC4796 (or 0xBC4796) is known color: Mulberry. HEX triplet: BC, 47 and 96. RGB value is (188,71,150). Sum of RGB (Red+Green+Blue) = 188+71+150=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 150 (58.98% from 255 or 36.67% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4796 is #43B869. Grayscale: #727272. Windows color (decimal): -4438122 or 9848764. OLE color: 9848764.

HSL color Cylindrical-coordinate representation of color #BC4796: hue angle of 319.49º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC4796 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 71 150 -
CMYK 0 0.62 0.20 0.26
HSL 319.49º 0.47% 0.51% -
HSV(B) 319.49º 0.62% 0.74% -
XYZ 28.5 17.4 30.71 -
YUV 114.99 147.76 180.08 -
System Red Green Blue C M Y K H S L
Decimal 188 71 150 0 0.62 0.20 0.26 319.49 0.47 0.51
Hex BC 47 96 0 3E 14 1A 13F 2F 33
Octal 274 107 226 0 76 24 32 477 57 63
Binary 10111100 1000111 10010110 0 111110 10100 11010 100111111 101111 110011

Color Harmonies of #BC4796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4796

Black with #BC4796

Text Example


Text Example

White with #BC4796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4796; }

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

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

background-color css

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

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

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

border-color css

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

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

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