Html Css Color HEX #BD4780 Mulberry

📋 copy color: '#BD4780'

red 189 ◦ green 71 ◦ blue 128

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

Shades of Mulberry #BD4780

Tints of Mulberry #BD4780

RGB

 RED value IS 189 (74.22% from 255) = 48.71%

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

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

R = 48.71%
G = 18.3%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD4780 (or 0xBD4780) is known color: Mulberry. HEX triplet: BD, 47 and 80. RGB value is (189,71,128). Sum of RGB (Red+Green+Blue) = 189+71+128=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4780 is #42B87F. Grayscale: #707070. Windows color (decimal): -4372608 or 8406973. OLE color: 8406973.

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

Color convert

RGB 189 71 128 -
CMYK 0 0.62 0.32 0.26
HSL 331.02º 0.47% 0.51% -
HSV(B) 331.02º 0.62% 0.74% -
XYZ 27.14 16.88 22.25 -
YUV 112.78 136.59 182.37 -
System Red Green Blue C M Y K H S L
Decimal 189 71 128 0 0.62 0.32 0.26 331.02 0.47 0.51
Hex BD 47 80 0 3E 20 1A 14B 2F 33
Octal 275 107 200 0 76 40 32 513 57 63
Binary 10111101 1000111 10000000 0 111110 100000 11010 101001011 101111 110011

Color Harmonies of #BD4780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4780

Black with #BD4780

Text Example


Text Example

White with #BD4780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4780; }

 p { color: rgb(189,71,128); }

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

background-color css

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

 a { background-color: rgb(189,71,128); }

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

border-color css

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

 span { border-color: rgb(189,71,128); }

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