Html Css Color HEX #BC4380 Mulberry

📋 copy color: '#BC4380'

red 188 ◦ green 67 ◦ blue 128

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

Shades of Mulberry #BC4380

Tints of Mulberry #BC4380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.49%

 BLUE value IS 128 (50.39% from 255) = 33.42%

R = 49.09%
G = 17.49%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC4380 (or 0xBC4380) is known color: Mulberry. HEX triplet: BC, 43 and 80. RGB value is (188,67,128). Sum of RGB (Red+Green+Blue) = 188+67+128=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4380 is #43BC7F. Grayscale: #6E6E6E. Windows color (decimal): -4439168 or 8405948. OLE color: 8405948.

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

Color convert

RGB 188 67 128 -
CMYK 0 0.64 0.32 0.26
HSL 329.75º 0.47% 0.5% -
HSV(B) 329.75º 0.64% 0.74% -
XYZ 26.64 16.26 22.16 -
YUV 110.13 138.09 183.54 -
System Red Green Blue C M Y K H S L
Decimal 188 67 128 0 0.64 0.32 0.26 329.75 0.47 0.5
Hex BC 43 80 0 40 20 1A 14A 2F 32
Octal 274 103 200 0 100 40 32 512 57 62
Binary 10111100 1000011 10000000 0 1000000 100000 11010 101001010 101111 110010

Color Harmonies of #BC4380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4380

Black with #BC4380

Text Example


Text Example

White with #BC4380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4380; }

 p { color: rgb(188,67,128); }

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

background-color css

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

 a { background-color: rgb(188,67,128); }

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

border-color css

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

 span { border-color: rgb(188,67,128); }

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