Html Css Color HEX #BD4981 Mulberry

📋 copy color: '#BD4981'

red 189 ◦ green 73 ◦ blue 129

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

Shades of Mulberry #BD4981

Tints of Mulberry #BD4981

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.67%

 BLUE value IS 129 (50.78% from 255) = 32.99%

R = 48.34%
G = 18.67%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD4981 (or 0xBD4981) is known color: Mulberry. HEX triplet: BD, 49 and 81. RGB value is (189,73,129). Sum of RGB (Red+Green+Blue) = 189+73+129=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4981 is #42B67E. Grayscale: #717171. Windows color (decimal): -4372095 or 8473021. OLE color: 8473021.

HSL color Cylindrical-coordinate representation of color #BD4981: hue angle of 331.03º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4981 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 73 129 -
CMYK 0 0.61 0.32 0.26
HSL 331.03º 0.47% 0.51% -
HSV(B) 331.03º 0.61% 0.74% -
XYZ 27.33 17.17 22.64 -
YUV 114.07 136.43 181.45 -
System Red Green Blue C M Y K H S L
Decimal 189 73 129 0 0.61 0.32 0.26 331.03 0.47 0.51
Hex BD 49 81 0 3D 20 1A 14B 2F 33
Octal 275 111 201 0 75 40 32 513 57 63
Binary 10111101 1001001 10000001 0 111101 100000 11010 101001011 101111 110011

Color Harmonies of #BD4981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4981

Black with #BD4981

Text Example


Text Example

White with #BD4981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4981; }

 p { color: rgb(189,73,129); }

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

background-color css

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

 a { background-color: rgb(189,73,129); }

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

border-color css

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

 span { border-color: rgb(189,73,129); }

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