Html Css Color HEX #BD4691 Mulberry

📋 copy color: '#BD4691'

red 189 ◦ green 70 ◦ blue 145

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

Shades of Mulberry #BD4691

Tints of Mulberry #BD4691

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.33%

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

R = 46.78%
G = 17.33%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD4691 (or 0xBD4691) is known color: Mulberry. HEX triplet: BD, 46 and 91. RGB value is (189,70,145). Sum of RGB (Red+Green+Blue) = 189+70+145=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4691 is #42B96E. Grayscale: #717171. Windows color (decimal): -4372847 or 9520829. OLE color: 9520829.

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

Color convert

RGB 189 70 145 -
CMYK 0 0.63 0.23 0.26
HSL 322.18º 0.47% 0.51% -
HSV(B) 322.18º 0.63% 0.74% -
XYZ 28.29 17.24 28.63 -
YUV 114.13 145.42 181.4 -
System Red Green Blue C M Y K H S L
Decimal 189 70 145 0 0.63 0.23 0.26 322.18 0.47 0.51
Hex BD 46 91 0 3F 17 1A 142 2F 33
Octal 275 106 221 0 77 27 32 502 57 63
Binary 10111101 1000110 10010001 0 111111 10111 11010 101000010 101111 110011

Color Harmonies of #BD4691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4691

Black with #BD4691

Text Example


Text Example

White with #BD4691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4691; }

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

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

background-color css

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

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

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

border-color css

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

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

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