Html Css Color HEX #BD478D Mulberry

📋 copy color: '#BD478D'

red 189 ◦ green 71 ◦ blue 141

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

Shades of Mulberry #BD478D

Tints of Mulberry #BD478D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 47.13%
G = 17.71%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD478D (or 0xBD478D) is known color: Mulberry. HEX triplet: BD, 47 and 8D. RGB value is (189,71,141). Sum of RGB (Red+Green+Blue) = 189+71+141=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 71 (28.12% from 255 or 17.71% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD478D is #42B872. Grayscale: #727272. Windows color (decimal): -4372595 or 9258941. OLE color: 9258941.

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

Color convert

RGB 189 71 141 -
CMYK 0 0.62 0.25 0.26
HSL 324.41º 0.47% 0.51% -
HSV(B) 324.41º 0.62% 0.74% -
XYZ 28.05 17.25 27.05 -
YUV 114.26 143.09 181.31 -
System Red Green Blue C M Y K H S L
Decimal 189 71 141 0 0.62 0.25 0.26 324.41 0.47 0.51
Hex BD 47 8D 0 3E 19 1A 144 2F 33
Octal 275 107 215 0 76 31 32 504 57 63
Binary 10111101 1000111 10001101 0 111110 11001 11010 101000100 101111 110011

Color Harmonies of #BD478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD478D

Black with #BD478D

Text Example


Text Example

White with #BD478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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