Html Css Color HEX #BC4990 Mulberry

📋 copy color: '#BC4990'

red 188 ◦ green 73 ◦ blue 144

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

Shades of Mulberry #BC4990

Tints of Mulberry #BC4990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.02%

 BLUE value IS 144 (56.64% from 255) = 35.56%

R = 46.42%
G = 18.02%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC4990 (or 0xBC4990) is known color: Mulberry. HEX triplet: BC, 49 and 90. RGB value is (188,73,144). Sum of RGB (Red+Green+Blue) = 188+73+144=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4990 is #43B66F. Grayscale: #737373. Windows color (decimal): -4437616 or 9456060. OLE color: 9456060.

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

Color convert

RGB 188 73 144 -
CMYK 0 0.61 0.23 0.26
HSL 322.96º 0.46% 0.51% -
HSV(B) 322.96º 0.61% 0.74% -
XYZ 28.16 17.47 28.27 -
YUV 115.48 144.1 179.73 -
System Red Green Blue C M Y K H S L
Decimal 188 73 144 0 0.61 0.23 0.26 322.96 0.46 0.51
Hex BC 49 90 0 3D 17 1A 143 2E 33
Octal 274 111 220 0 75 27 32 503 56 63
Binary 10111100 1001001 10010000 0 111101 10111 11010 101000011 101110 110011

Color Harmonies of #BC4990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4990

Black with #BC4990

Text Example


Text Example

White with #BC4990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4990; }

 p { color: rgb(188,73,144); }

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

background-color css

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

 a { background-color: rgb(188,73,144); }

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

border-color css

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

 span { border-color: rgb(188,73,144); }

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