Html Css Color HEX #BD4891 Mulberry

📋 copy color: '#BD4891'

red 189 ◦ green 72 ◦ blue 145

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

Shades of Mulberry #BD4891

Tints of Mulberry #BD4891

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.73%

 BLUE value IS 145 (57.03% from 255) = 35.71%

R = 46.55%
G = 17.73%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD4891 (or 0xBD4891) is known color: Mulberry. HEX triplet: BD, 48 and 91. RGB value is (189,72,145). Sum of RGB (Red+Green+Blue) = 189+72+145=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4891 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4891 is #42B76E. Grayscale: #737373. Windows color (decimal): -4372335 or 9521341. OLE color: 9521341.

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

Color convert

RGB 189 72 145 -
CMYK 0 0.62 0.23 0.26
HSL 322.56º 0.47% 0.51% -
HSV(B) 322.56º 0.62% 0.74% -
XYZ 28.41 17.5 28.67 -
YUV 115.31 144.76 180.56 -
System Red Green Blue C M Y K H S L
Decimal 189 72 145 0 0.62 0.23 0.26 322.56 0.47 0.51
Hex BD 48 91 0 3E 17 1A 143 2F 33
Octal 275 110 221 0 76 27 32 503 57 63
Binary 10111101 1001000 10010001 0 111110 10111 11010 101000011 101111 110011

Color Harmonies of #BD4891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4891

Black with #BD4891

Text Example


Text Example

White with #BD4891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4891; }

 p { color: rgb(189,72,145); }

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

background-color css

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

 a { background-color: rgb(189,72,145); }

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

border-color css

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

 span { border-color: rgb(189,72,145); }

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