Html Css Color HEX #BD519B Mulberry

📋 copy color: '#BD519B'

red 189 ◦ green 81 ◦ blue 155

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

Shades of Mulberry #BD519B

Tints of Mulberry #BD519B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.06%

 BLUE value IS 155 (60.94% from 255) = 36.47%

R = 44.47%
G = 19.06%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD519B (or 0xBD519B) is known color: Mulberry. HEX triplet: BD, 51 and 9B. RGB value is (189,81,155). Sum of RGB (Red+Green+Blue) = 189+81+155=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD519B is #42AE64. Grayscale: #797979. Windows color (decimal): -4370021 or 10179005. OLE color: 10179005.

HSL color Cylindrical-coordinate representation of color #BD519B: hue angle of 318.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD519B is Cyan = 0, Magento = 0.57, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 81 155 -
CMYK 0 0.57 0.18 0.26
HSL 318.89º 0.45% 0.53% -
HSV(B) 318.89º 0.57% 0.74% -
XYZ 29.85 19.07 33.12 -
YUV 121.73 146.78 175.98 -
System Red Green Blue C M Y K H S L
Decimal 189 81 155 0 0.57 0.18 0.26 318.89 0.45 0.53
Hex BD 51 9B 0 39 12 1A 13F 2D 35
Octal 275 121 233 0 71 22 32 477 55 65
Binary 10111101 1010001 10011011 0 111001 10010 11010 100111111 101101 110101

Color Harmonies of #BD519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD519B

Black with #BD519B

Text Example


Text Example

White with #BD519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD519B; }

 p { color: rgb(189,81,155); }

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

background-color css

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

 a { background-color: rgb(189,81,155); }

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

border-color css

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

 span { border-color: rgb(189,81,155); }

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