Html Css Color HEX #BD479A Mulberry

📋 copy color: '#BD479A'

red 189 ◦ green 71 ◦ blue 154

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

Shades of Mulberry #BD479A

Tints of Mulberry #BD479A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.2%

R = 45.65%
G = 17.15%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD479A (or 0xBD479A) is known color: Mulberry. HEX triplet: BD, 47 and 9A. RGB value is (189,71,154). Sum of RGB (Red+Green+Blue) = 189+71+154=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD479A is #42B865. Grayscale: #737373. Windows color (decimal): -4372582 or 10110909. OLE color: 10110909.

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

Color convert

RGB 189 71 154 -
CMYK 0 0.62 0.19 0.26
HSL 317.8º 0.47% 0.51% -
HSV(B) 317.8º 0.62% 0.74% -
XYZ 29.07 17.66 32.45 -
YUV 115.74 149.59 180.25 -
System Red Green Blue C M Y K H S L
Decimal 189 71 154 0 0.62 0.19 0.26 317.8 0.47 0.51
Hex BD 47 9A 0 3E 13 1A 13E 2F 33
Octal 275 107 232 0 76 23 32 476 57 63
Binary 10111101 1000111 10011010 0 111110 10011 11010 100111110 101111 110011

Color Harmonies of #BD479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD479A

Black with #BD479A

Text Example


Text Example

White with #BD479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD479A; }

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

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

background-color css

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

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

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

border-color css

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

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

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