Html Css Color HEX #BC4881 Mulberry

📋 copy color: '#BC4881'

red 188 ◦ green 72 ◦ blue 129

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

Shades of Mulberry #BC4881

Tints of Mulberry #BC4881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.51%

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 48.33%
G = 18.51%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC4881 (or 0xBC4881) is known color: Mulberry. HEX triplet: BC, 48 and 81. RGB value is (188,72,129). Sum of RGB (Red+Green+Blue) = 188+72+129=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4881 is #43B77E. Grayscale: #717171. Windows color (decimal): -4437887 or 8472764. OLE color: 8472764.

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

Color convert

RGB 188 72 129 -
CMYK 0 0.62 0.31 0.26
HSL 330.52º 0.46% 0.51% -
HSV(B) 330.52º 0.62% 0.74% -
XYZ 27.02 16.91 22.61 -
YUV 113.18 136.93 181.37 -
System Red Green Blue C M Y K H S L
Decimal 188 72 129 0 0.62 0.31 0.26 330.52 0.46 0.51
Hex BC 48 81 0 3E 1F 1A 14B 2E 33
Octal 274 110 201 0 76 37 32 513 56 63
Binary 10111100 1001000 10000001 0 111110 11111 11010 101001011 101110 110011

Color Harmonies of #BC4881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4881

Black with #BC4881

Text Example


Text Example

White with #BC4881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4881; }

 p { color: rgb(188,72,129); }

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

background-color css

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

 a { background-color: rgb(188,72,129); }

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

border-color css

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

 span { border-color: rgb(188,72,129); }

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