Html Css Color HEX #BD479E Mulberry

📋 copy color: '#BD479E'

red 189 ◦ green 71 ◦ blue 158

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

Shades of Mulberry #BD479E

Tints of Mulberry #BD479E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.8%

R = 45.22%
G = 16.99%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD479E (or 0xBD479E) is known color: Mulberry. HEX triplet: BD, 47 and 9E. RGB value is (189,71,158). Sum of RGB (Red+Green+Blue) = 189+71+158=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD479E is #42B861. Grayscale: #737373. Windows color (decimal): -4372578 or 10373053. OLE color: 10373053.

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

Color convert

RGB 189 71 158 -
CMYK 0 0.62 0.16 0.26
HSL 315.76º 0.47% 0.51% -
HSV(B) 315.76º 0.62% 0.74% -
XYZ 29.41 17.79 34.23 -
YUV 116.2 151.59 179.93 -
System Red Green Blue C M Y K H S L
Decimal 189 71 158 0 0.62 0.16 0.26 315.76 0.47 0.51
Hex BD 47 9E 0 3E 10 1A 13C 2F 33
Octal 275 107 236 0 76 20 32 474 57 63
Binary 10111101 1000111 10011110 0 111110 10000 11010 100111100 101111 110011

Color Harmonies of #BD479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD479E

Black with #BD479E

Text Example


Text Example

White with #BD479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD479E; }

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

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

background-color css

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

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

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

border-color css

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

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

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