Html Css Color HEX #BD5091 Mulberry

📋 copy color: '#BD5091'

red 189 ◦ green 80 ◦ blue 145

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

Shades of Mulberry #BD5091

Tints of Mulberry #BD5091

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.32%

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

R = 45.65%
G = 19.32%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD5091 (or 0xBD5091) is known color: Mulberry. HEX triplet: BD, 50 and 91. RGB value is (189,80,145). Sum of RGB (Red+Green+Blue) = 189+80+145=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5091 is #42AF6E. Grayscale: #777777. Windows color (decimal): -4370287 or 9523389. OLE color: 9523389.

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

Color convert

RGB 189 80 145 -
CMYK 0 0.58 0.23 0.26
HSL 324.22º 0.45% 0.53% -
HSV(B) 324.22º 0.58% 0.74% -
XYZ 28.97 18.6 28.85 -
YUV 120 142.11 177.21 -
System Red Green Blue C M Y K H S L
Decimal 189 80 145 0 0.58 0.23 0.26 324.22 0.45 0.53
Hex BD 50 91 0 3A 17 1A 144 2D 35
Octal 275 120 221 0 72 27 32 504 55 65
Binary 10111101 1010000 10010001 0 111010 10111 11010 101000100 101101 110101

Color Harmonies of #BD5091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5091

Black with #BD5091

Text Example


Text Example

White with #BD5091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5091; }

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

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

background-color css

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

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

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

border-color css

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

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

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