Html Css Color HEX #BC4781 Mulberry

📋 copy color: '#BC4781'

red 188 ◦ green 71 ◦ blue 129

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

Shades of Mulberry #BC4781

Tints of Mulberry #BC4781

RGB

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

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

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

R = 48.45%
G = 18.3%
B = 33.25%

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

#BC4781 (or 0xBC4781) is known color: Mulberry. HEX triplet: BC, 47 and 81. RGB value is (188,71,129). Sum of RGB (Red+Green+Blue) = 188+71+129=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4781 is #43B87E. Grayscale: #707070. Windows color (decimal): -4438143 or 8472508. OLE color: 8472508.

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

Color convert

RGB 188 71 129 -
CMYK 0 0.62 0.31 0.26
HSL 330.26º 0.47% 0.51% -
HSV(B) 330.26º 0.62% 0.74% -
XYZ 26.95 16.78 22.59 -
YUV 112.6 137.26 181.78 -
System Red Green Blue C M Y K H S L
Decimal 188 71 129 0 0.62 0.31 0.26 330.26 0.47 0.51
Hex BC 47 81 0 3E 1F 1A 14A 2F 33
Octal 274 107 201 0 76 37 32 512 57 63
Binary 10111100 1000111 10000001 0 111110 11111 11010 101001010 101111 110011

Color Harmonies of #BC4781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4781

Black with #BC4781

Text Example


Text Example

White with #BC4781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4781; }

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

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

background-color css

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

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

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

border-color css

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

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

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