Html Css Color HEX #BC4488 Mulberry

📋 copy color: '#BC4488'

red 188 ◦ green 68 ◦ blue 136

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

Shades of Mulberry #BC4488

Tints of Mulberry #BC4488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.35%

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

R = 47.96%
G = 17.35%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC4488 (or 0xBC4488) is known color: Mulberry. HEX triplet: BC, 44 and 88. RGB value is (188,68,136). Sum of RGB (Red+Green+Blue) = 188+68+136=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 68 (26.95% from 255 or 17.35% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4488 is #43BB77. Grayscale: #6F6F6F. Windows color (decimal): -4438904 or 8930492. OLE color: 8930492.

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

Color convert

RGB 188 68 136 -
CMYK 0 0.64 0.28 0.26
HSL 326º 0.47% 0.5% -
HSV(B) 326º 0.64% 0.74% -
XYZ 27.25 16.6 25.06 -
YUV 111.63 141.76 182.47 -
System Red Green Blue C M Y K H S L
Decimal 188 68 136 0 0.64 0.28 0.26 326 0.47 0.5
Hex BC 44 88 0 40 1C 1A 146 2F 32
Octal 274 104 210 0 100 34 32 506 57 62
Binary 10111100 1000100 10001000 0 1000000 11100 11010 101000110 101111 110010

Color Harmonies of #BC4488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4488

Black with #BC4488

Text Example


Text Example

White with #BC4488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4488; }

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

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

background-color css

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

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

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

border-color css

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

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

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