Html Css Color HEX #BD519C Mulberry

📋 copy color: '#BD519C'

red 189 ◦ green 81 ◦ blue 156

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

Shades of Mulberry #BD519C

Tints of Mulberry #BD519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.62%

R = 44.37%
G = 19.01%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD519C (or 0xBD519C) is known color: Mulberry. HEX triplet: BD, 51 and 9C. RGB value is (189,81,156). Sum of RGB (Red+Green+Blue) = 189+81+156=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 81 (32.03% from 255 or 19.01% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD519C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD519C is #42AE63. Grayscale: #797979. Windows color (decimal): -4370020 or 10244541. OLE color: 10244541.

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

Color convert

RGB 189 81 156 -
CMYK 0 0.57 0.17 0.26
HSL 318.33º 0.45% 0.53% -
HSV(B) 318.33º 0.57% 0.74% -
XYZ 29.93 19.1 33.56 -
YUV 121.84 147.28 175.9 -
System Red Green Blue C M Y K H S L
Decimal 189 81 156 0 0.57 0.17 0.26 318.33 0.45 0.53
Hex BD 51 9C 0 39 11 1A 13E 2D 35
Octal 275 121 234 0 71 21 32 476 55 65
Binary 10111101 1010001 10011100 0 111001 10001 11010 100111110 101101 110101

Color Harmonies of #BD519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD519C

Black with #BD519C

Text Example


Text Example

White with #BD519C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD519C; }

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

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

background-color css

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

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

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

border-color css

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

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

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