Html Css Color HEX #BD479D Mulberry

📋 copy color: '#BD479D'

red 189 ◦ green 71 ◦ blue 157

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

Shades of Mulberry #BD479D

Tints of Mulberry #BD479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.65%

R = 45.32%
G = 17.03%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD479D (or 0xBD479D) is known color: Mulberry. HEX triplet: BD, 47 and 9D. RGB value is (189,71,157). Sum of RGB (Red+Green+Blue) = 189+71+157=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD479D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD479D is #42B862. Grayscale: #737373. Windows color (decimal): -4372579 or 10307517. OLE color: 10307517.

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

Color convert

RGB 189 71 157 -
CMYK 0 0.62 0.17 0.26
HSL 316.27º 0.47% 0.51% -
HSV(B) 316.27º 0.62% 0.74% -
XYZ 29.33 17.76 33.78 -
YUV 116.09 151.09 180.01 -
System Red Green Blue C M Y K H S L
Decimal 189 71 157 0 0.62 0.17 0.26 316.27 0.47 0.51
Hex BD 47 9D 0 3E 11 1A 13C 2F 33
Octal 275 107 235 0 76 21 32 474 57 63
Binary 10111101 1000111 10011101 0 111110 10001 11010 100111100 101111 110011

Color Harmonies of #BD479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD479D

Black with #BD479D

Text Example


Text Example

White with #BD479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD479D; }

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

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

background-color css

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

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

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

border-color css

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

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

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