Html Css Color HEX #BD519F Mulberry

📋 copy color: '#BD519F'

red 189 ◦ green 81 ◦ blue 159

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

Shades of Mulberry #BD519F

Tints of Mulberry #BD519F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.06%

R = 44.06%
G = 18.88%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD519F (or 0xBD519F) is known color: Mulberry. HEX triplet: BD, 51 and 9F. RGB value is (189,81,159). Sum of RGB (Red+Green+Blue) = 189+81+159=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD519F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD519F is #42AE60. Grayscale: #797979. Windows color (decimal): -4370017 or 10441149. OLE color: 10441149.

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

Color convert

RGB 189 81 159 -
CMYK 0 0.57 0.16 0.26
HSL 316.67º 0.45% 0.53% -
HSV(B) 316.67º 0.57% 0.74% -
XYZ 30.19 19.21 34.92 -
YUV 122.18 148.78 175.66 -
System Red Green Blue C M Y K H S L
Decimal 189 81 159 0 0.57 0.16 0.26 316.67 0.45 0.53
Hex BD 51 9F 0 39 10 1A 13D 2D 35
Octal 275 121 237 0 71 20 32 475 55 65
Binary 10111101 1010001 10011111 0 111001 10000 11010 100111101 101101 110101

Color Harmonies of #BD519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD519F

Black with #BD519F

Text Example


Text Example

White with #BD519F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD519F; }

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

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

background-color css

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

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

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

border-color css

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

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

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