Html Css Color HEX #BD4489 Mulberry

📋 copy color: '#BD4489'

red 189 ◦ green 68 ◦ blue 137

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

Shades of Mulberry #BD4489

Tints of Mulberry #BD4489

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.26%

 BLUE value IS 137 (53.91% from 255) = 34.77%

R = 47.97%
G = 17.26%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD4489 (or 0xBD4489) is known color: Mulberry. HEX triplet: BD, 44 and 89. RGB value is (189,68,137). Sum of RGB (Red+Green+Blue) = 189+68+137=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4489 is #42BB76. Grayscale: #6F6F6F. Windows color (decimal): -4373367 or 8996029. OLE color: 8996029.

HSL color Cylindrical-coordinate representation of color #BD4489: hue angle of 325.79º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD4489 is Cyan = 0, Magento = 0.64, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 68 137 -
CMYK 0 0.64 0.28 0.26
HSL 325.79º 0.48% 0.5% -
HSV(B) 325.79º 0.64% 0.74% -
XYZ 27.57 16.76 25.45 -
YUV 112.05 142.09 182.89 -
System Red Green Blue C M Y K H S L
Decimal 189 68 137 0 0.64 0.28 0.26 325.79 0.48 0.5
Hex BD 44 89 0 40 1C 1A 146 30 32
Octal 275 104 211 0 100 34 32 506 60 62
Binary 10111101 1000100 10001001 0 1000000 11100 11010 101000110 110000 110010

Color Harmonies of #BD4489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4489

Black with #BD4489

Text Example


Text Example

White with #BD4489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4489; }

 p { color: rgb(189,68,137); }

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

background-color css

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

 a { background-color: rgb(189,68,137); }

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

border-color css

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

 span { border-color: rgb(189,68,137); }

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