Html Css Color HEX #BC4595 Mulberry

📋 copy color: '#BC4595'

red 188 ◦ green 69 ◦ blue 149

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

Shades of Mulberry #BC4595

Tints of Mulberry #BC4595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17%

 BLUE value IS 149 (58.59% from 255) = 36.7%

R = 46.31%
G = 17%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC4595 (or 0xBC4595) is known color: Mulberry. HEX triplet: BC, 45 and 95. RGB value is (188,69,149). Sum of RGB (Red+Green+Blue) = 188+69+149=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4595 is #43BA6A. Grayscale: #717171. Windows color (decimal): -4438635 or 9782716. OLE color: 9782716.

HSL color Cylindrical-coordinate representation of color #BC4595: hue angle of 319.66º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4595 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 69 149 -
CMYK 0 0.63 0.21 0.26
HSL 319.66º 0.47% 0.5% -
HSV(B) 319.66º 0.63% 0.74% -
XYZ 28.29 17.12 30.25 -
YUV 113.7 147.92 181 -
System Red Green Blue C M Y K H S L
Decimal 188 69 149 0 0.63 0.21 0.26 319.66 0.47 0.5
Hex BC 45 95 0 3F 15 1A 140 2F 32
Octal 274 105 225 0 77 25 32 500 57 62
Binary 10111100 1000101 10010101 0 111111 10101 11010 101000000 101111 110010

Color Harmonies of #BC4595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4595

Black with #BC4595

Text Example


Text Example

White with #BC4595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4595; }

 p { color: rgb(188,69,149); }

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

background-color css

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

 a { background-color: rgb(188,69,149); }

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

border-color css

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

 span { border-color: rgb(188,69,149); }

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