Html Css Color HEX #BD478A Mulberry

📋 copy color: '#BD478A'

red 189 ◦ green 71 ◦ blue 138

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

Shades of Mulberry #BD478A

Tints of Mulberry #BD478A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.67%

R = 47.49%
G = 17.84%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD478A (or 0xBD478A) is known color: Mulberry. HEX triplet: BD, 47 and 8A. RGB value is (189,71,138). Sum of RGB (Red+Green+Blue) = 189+71+138=398 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.49% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 189 - color contains mainly: red. Hex color #BD478A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD478A is #42B875. Grayscale: #717171. Windows color (decimal): -4372598 or 9062333. OLE color: 9062333.

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

Color convert

RGB 189 71 138 -
CMYK 0 0.62 0.27 0.26
HSL 325.93º 0.47% 0.51% -
HSV(B) 325.93º 0.62% 0.74% -
XYZ 27.83 17.16 25.89 -
YUV 113.92 141.59 181.55 -
System Red Green Blue C M Y K H S L
Decimal 189 71 138 0 0.62 0.27 0.26 325.93 0.47 0.51
Hex BD 47 8A 0 3E 1B 1A 146 2F 33
Octal 275 107 212 0 76 33 32 506 57 63
Binary 10111101 1000111 10001010 0 111110 11011 11010 101000110 101111 110011

Color Harmonies of #BD478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD478A

Black with #BD478A

Text Example


Text Example

White with #BD478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD478A; }

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

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

background-color css

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

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

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

border-color css

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

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

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