Html Css Color HEX #BC4892 Mulberry

📋 copy color: '#BC4892'

red 188 ◦ green 72 ◦ blue 146

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

Shades of Mulberry #BC4892

Tints of Mulberry #BC4892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.96%

R = 46.31%
G = 17.73%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC4892 (or 0xBC4892) is known color: Mulberry. HEX triplet: BC, 48 and 92. RGB value is (188,72,146). Sum of RGB (Red+Green+Blue) = 188+72+146=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4892 is #43B76D. Grayscale: #727272. Windows color (decimal): -4437870 or 9586876. OLE color: 9586876.

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

Color convert

RGB 188 72 146 -
CMYK 0 0.62 0.22 0.26
HSL 321.72º 0.46% 0.51% -
HSV(B) 321.72º 0.62% 0.74% -
XYZ 28.24 17.4 29.06 -
YUV 115.12 145.43 179.98 -
System Red Green Blue C M Y K H S L
Decimal 188 72 146 0 0.62 0.22 0.26 321.72 0.46 0.51
Hex BC 48 92 0 3E 16 1A 142 2E 33
Octal 274 110 222 0 76 26 32 502 56 63
Binary 10111100 1001000 10010010 0 111110 10110 11010 101000010 101110 110011

Color Harmonies of #BC4892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4892

Black with #BC4892

Text Example


Text Example

White with #BC4892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4892; }

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

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

background-color css

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

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

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

border-color css

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

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

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