Html Css Color HEX #BD478B Mulberry

📋 copy color: '#BD478B'

red 189 ◦ green 71 ◦ blue 139

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

Shades of Mulberry #BD478B

Tints of Mulberry #BD478B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.84%

R = 47.37%
G = 17.79%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD478B (or 0xBD478B) is known color: Mulberry. HEX triplet: BD, 47 and 8B. RGB value is (189,71,139). Sum of RGB (Red+Green+Blue) = 189+71+139=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 71 (28.12% from 255 or 17.79% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD478B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD478B is #42B874. Grayscale: #717171. Windows color (decimal): -4372597 or 9127869. OLE color: 9127869.

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

Color convert

RGB 189 71 139 -
CMYK 0 0.62 0.26 0.26
HSL 325.42º 0.47% 0.51% -
HSV(B) 325.42º 0.62% 0.74% -
XYZ 27.9 17.19 26.27 -
YUV 114.03 142.09 181.47 -
System Red Green Blue C M Y K H S L
Decimal 189 71 139 0 0.62 0.26 0.26 325.42 0.47 0.51
Hex BD 47 8B 0 3E 1A 1A 145 2F 33
Octal 275 107 213 0 76 32 32 505 57 63
Binary 10111101 1000111 10001011 0 111110 11010 11010 101000101 101111 110011

Color Harmonies of #BD478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD478B

Black with #BD478B

Text Example


Text Example

White with #BD478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD478B; }

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

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

background-color css

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

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

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

border-color css

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

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

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