Html Css Color HEX #BC4894 Mulberry

📋 copy color: '#BC4894'

red 188 ◦ green 72 ◦ blue 148

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

Shades of Mulberry #BC4894

Tints of Mulberry #BC4894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.27%

R = 46.08%
G = 17.65%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC4894 (or 0xBC4894) is known color: Mulberry. HEX triplet: BC, 48 and 94. RGB value is (188,72,148). Sum of RGB (Red+Green+Blue) = 188+72+148=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4894 is #43B76B. Grayscale: #737373. Windows color (decimal): -4437868 or 9717948. OLE color: 9717948.

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

Color convert

RGB 188 72 148 -
CMYK 0 0.62 0.21 0.26
HSL 320.69º 0.46% 0.51% -
HSV(B) 320.69º 0.62% 0.74% -
XYZ 28.4 17.46 29.89 -
YUV 115.35 146.43 179.82 -
System Red Green Blue C M Y K H S L
Decimal 188 72 148 0 0.62 0.21 0.26 320.69 0.46 0.51
Hex BC 48 94 0 3E 15 1A 141 2E 33
Octal 274 110 224 0 76 25 32 501 56 63
Binary 10111100 1001000 10010100 0 111110 10101 11010 101000001 101110 110011

Color Harmonies of #BC4894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4894

Black with #BC4894

Text Example


Text Example

White with #BC4894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4894; }

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

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

background-color css

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

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

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

border-color css

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

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

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