Html Css Color HEX #BD55A0 Mulberry

📋 copy color: '#BD55A0'

red 189 ◦ green 85 ◦ blue 160

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

Shades of Mulberry #BD55A0

Tints of Mulberry #BD55A0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.59%

 BLUE value IS 160 (62.89% from 255) = 36.87%

R = 43.55%
G = 19.59%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD55A0 (or 0xBD55A0) is known color: Mulberry. HEX triplet: BD, 55 and A0. RGB value is (189,85,160). Sum of RGB (Red+Green+Blue) = 189+85+160=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD55A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD55A0 is #42AA5F. Grayscale: #7C7C7C. Windows color (decimal): -4368992 or 10507709. OLE color: 10507709.

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

Color convert

RGB 189 85 160 -
CMYK 0 0.55 0.15 0.26
HSL 316.73º 0.44% 0.54% -
HSV(B) 316.73º 0.55% 0.74% -
XYZ 30.58 19.85 35.48 -
YUV 124.65 147.96 173.9 -
System Red Green Blue C M Y K H S L
Decimal 189 85 160 0 0.55 0.15 0.26 316.73 0.44 0.54
Hex BD 55 A0 0 37 F 1A 13D 2C 36
Octal 275 125 240 0 67 17 32 475 54 66
Binary 10111101 1010101 10100000 0 110111 1111 11010 100111101 101100 110110

Color Harmonies of #BD55A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD55A0

Black with #BD55A0

Text Example


Text Example

White with #BD55A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD55A0; }

 p { color: rgb(189,85,160); }

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

background-color css

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

 a { background-color: rgb(189,85,160); }

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

border-color css

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

 span { border-color: rgb(189,85,160); }

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