Html Css Color HEX #BC4588 Mulberry

📋 copy color: '#BC4588'

red 188 ◦ green 69 ◦ blue 136

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

Shades of Mulberry #BC4588

Tints of Mulberry #BC4588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.61%

R = 47.84%
G = 17.56%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC4588 (or 0xBC4588) is known color: Mulberry. HEX triplet: BC, 45 and 88. RGB value is (188,69,136). Sum of RGB (Red+Green+Blue) = 188+69+136=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4588 is #43BA77. Grayscale: #707070. Windows color (decimal): -4438648 or 8930748. OLE color: 8930748.

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

Color convert

RGB 188 69 136 -
CMYK 0 0.63 0.28 0.26
HSL 326.22º 0.47% 0.5% -
HSV(B) 326.22º 0.63% 0.74% -
XYZ 27.31 16.73 25.08 -
YUV 112.22 141.42 182.05 -
System Red Green Blue C M Y K H S L
Decimal 188 69 136 0 0.63 0.28 0.26 326.22 0.47 0.5
Hex BC 45 88 0 3F 1C 1A 146 2F 32
Octal 274 105 210 0 77 34 32 506 57 62
Binary 10111100 1000101 10001000 0 111111 11100 11010 101000110 101111 110010

Color Harmonies of #BC4588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4588

Black with #BC4588

Text Example


Text Example

White with #BC4588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4588; }

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

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

background-color css

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

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

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

border-color css

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

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

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