Html Css Color HEX #BC4790 Mulberry

📋 copy color: '#BC4790'

red 188 ◦ green 71 ◦ blue 144

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

Shades of Mulberry #BC4790

Tints of Mulberry #BC4790

RGB

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

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

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

R = 46.65%
G = 17.62%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC4790 (or 0xBC4790) is known color: Mulberry. HEX triplet: BC, 47 and 90. RGB value is (188,71,144). Sum of RGB (Red+Green+Blue) = 188+71+144=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 71 (28.12% from 255 or 17.62% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4790 is #43B86F. Grayscale: #727272. Windows color (decimal): -4438128 or 9455548. OLE color: 9455548.

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

Color convert

RGB 188 71 144 -
CMYK 0 0.62 0.23 0.26
HSL 322.56º 0.47% 0.51% -
HSV(B) 322.56º 0.62% 0.74% -
XYZ 28.03 17.21 28.23 -
YUV 114.31 144.76 180.56 -
System Red Green Blue C M Y K H S L
Decimal 188 71 144 0 0.62 0.23 0.26 322.56 0.47 0.51
Hex BC 47 90 0 3E 17 1A 143 2F 33
Octal 274 107 220 0 76 27 32 503 57 63
Binary 10111100 1000111 10010000 0 111110 10111 11010 101000011 101111 110011

Color Harmonies of #BC4790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4790

Black with #BC4790

Text Example


Text Example

White with #BC4790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4790; }

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

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

background-color css

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

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

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

border-color css

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

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

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