Html Css Color HEX #BC4896 Mulberry

📋 copy color: '#BC4896'

red 188 ◦ green 72 ◦ blue 150

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

Shades of Mulberry #BC4896

Tints of Mulberry #BC4896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.56%

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

R = 45.85%
G = 17.56%
B = 36.59%

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

#BC4896 (or 0xBC4896) is known color: Mulberry. HEX triplet: BC, 48 and 96. RGB value is (188,72,150). Sum of RGB (Red+Green+Blue) = 188+72+150=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4896 is #43B769. Grayscale: #737373. Windows color (decimal): -4437866 or 9849020. OLE color: 9849020.

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

Color convert

RGB 188 72 150 -
CMYK 0 0.62 0.20 0.26
HSL 319.66º 0.46% 0.51% -
HSV(B) 319.66º 0.62% 0.74% -
XYZ 28.56 17.53 30.73 -
YUV 115.58 147.43 179.66 -
System Red Green Blue C M Y K H S L
Decimal 188 72 150 0 0.62 0.20 0.26 319.66 0.46 0.51
Hex BC 48 96 0 3E 14 1A 140 2E 33
Octal 274 110 226 0 76 24 32 500 56 63
Binary 10111100 1001000 10010110 0 111110 10100 11010 101000000 101110 110011

Color Harmonies of #BC4896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4896

Black with #BC4896

Text Example


Text Example

White with #BC4896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4896; }

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

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

background-color css

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

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

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

border-color css

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

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

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