Html Css Color HEX #BD4391 Mulberry

📋 copy color: '#BD4391'

red 189 ◦ green 67 ◦ blue 145

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

Shades of Mulberry #BD4391

Tints of Mulberry #BD4391

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.71%

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

R = 47.13%
G = 16.71%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD4391 (or 0xBD4391) is known color: Mulberry. HEX triplet: BD, 43 and 91. RGB value is (189,67,145). Sum of RGB (Red+Green+Blue) = 189+67+145=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 67 (26.56% from 255 or 16.71% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4391 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4391 is #42BC6E. Grayscale: #707070. Windows color (decimal): -4373615 or 9520061. OLE color: 9520061.

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

Color convert

RGB 189 67 145 -
CMYK 0 0.65 0.23 0.26
HSL 321.64º 0.48% 0.5% -
HSV(B) 321.64º 0.65% 0.74% -
XYZ 28.1 16.88 28.56 -
YUV 112.37 146.42 182.66 -
System Red Green Blue C M Y K H S L
Decimal 189 67 145 0 0.65 0.23 0.26 321.64 0.48 0.5
Hex BD 43 91 0 41 17 1A 142 30 32
Octal 275 103 221 0 101 27 32 502 60 62
Binary 10111101 1000011 10010001 0 1000001 10111 11010 101000010 110000 110010

Color Harmonies of #BD4391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4391

Black with #BD4391

Text Example


Text Example

White with #BD4391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4391; }

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

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

background-color css

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

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

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

border-color css

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

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

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