Html Css Color HEX #BD56A4 Mulberry

📋 copy color: '#BD56A4'

red 189 ◦ green 86 ◦ blue 164

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

Shades of Mulberry #BD56A4

Tints of Mulberry #BD56A4

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.59%

 BLUE value IS 164 (64.45% from 255) = 37.36%

R = 43.05%
G = 19.59%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD56A4 (or 0xBD56A4) is known color: Mulberry. HEX triplet: BD, 56 and A4. RGB value is (189,86,164). Sum of RGB (Red+Green+Blue) = 189+86+164=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD56A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD56A4 is #42A95B. Grayscale: #7D7D7D. Windows color (decimal): -4368732 or 10770109. OLE color: 10770109.

HSL color Cylindrical-coordinate representation of color #BD56A4: hue angle of 314.56º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD56A4 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 86 164 -
CMYK 0 0.54 0.13 0.26
HSL 314.56º 0.44% 0.54% -
HSV(B) 314.56º 0.54% 0.74% -
XYZ 31.01 20.15 37.38 -
YUV 125.69 149.62 173.16 -
System Red Green Blue C M Y K H S L
Decimal 189 86 164 0 0.54 0.13 0.26 314.56 0.44 0.54
Hex BD 56 A4 0 36 D 1A 13B 2C 36
Octal 275 126 244 0 66 15 32 473 54 66
Binary 10111101 1010110 10100100 0 110110 1101 11010 100111011 101100 110110

Color Harmonies of #BD56A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD56A4

Black with #BD56A4

Text Example


Text Example

White with #BD56A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD56A4; }

 p { color: rgb(189,86,164); }

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

background-color css

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

 a { background-color: rgb(189,86,164); }

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

border-color css

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

 span { border-color: rgb(189,86,164); }

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