Html Css Color HEX #BD4491 Mulberry

📋 copy color: '#BD4491'

red 189 ◦ green 68 ◦ blue 145

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

Shades of Mulberry #BD4491

Tints of Mulberry #BD4491

RGB

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

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

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

R = 47.01%
G = 16.92%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD4491 (or 0xBD4491) is known color: Mulberry. HEX triplet: BD, 44 and 91. RGB value is (189,68,145). Sum of RGB (Red+Green+Blue) = 189+68+145=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4491 is #42BB6E. Grayscale: #707070. Windows color (decimal): -4373359 or 9520317. OLE color: 9520317.

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

Color convert

RGB 189 68 145 -
CMYK 0 0.64 0.23 0.26
HSL 321.82º 0.48% 0.5% -
HSV(B) 321.82º 0.64% 0.74% -
XYZ 28.16 17 28.58 -
YUV 112.96 146.09 182.24 -
System Red Green Blue C M Y K H S L
Decimal 189 68 145 0 0.64 0.23 0.26 321.82 0.48 0.5
Hex BD 44 91 0 40 17 1A 142 30 32
Octal 275 104 221 0 100 27 32 502 60 62
Binary 10111101 1000100 10010001 0 1000000 10111 11010 101000010 110000 110010

Color Harmonies of #BD4491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4491

Black with #BD4491

Text Example


Text Example

White with #BD4491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4491; }

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

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

background-color css

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

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

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

border-color css

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

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

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