Html Css Color HEX #BD5090 Mulberry

📋 copy color: '#BD5090'

red 189 ◦ green 80 ◦ blue 144

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

Shades of Mulberry #BD5090

Tints of Mulberry #BD5090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.87%

R = 45.76%
G = 19.37%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD5090 (or 0xBD5090) is known color: Mulberry. HEX triplet: BD, 50 and 90. RGB value is (189,80,144). Sum of RGB (Red+Green+Blue) = 189+80+144=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 80 (31.64% from 255 or 19.37% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5090 is #42AF6F. Grayscale: #777777. Windows color (decimal): -4370288 or 9457853. OLE color: 9457853.

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

Color convert

RGB 189 80 144 -
CMYK 0 0.58 0.24 0.26
HSL 324.77º 0.45% 0.53% -
HSV(B) 324.77º 0.58% 0.74% -
XYZ 28.89 18.57 28.45 -
YUV 119.89 141.61 177.3 -
System Red Green Blue C M Y K H S L
Decimal 189 80 144 0 0.58 0.24 0.26 324.77 0.45 0.53
Hex BD 50 90 0 3A 18 1A 145 2D 35
Octal 275 120 220 0 72 30 32 505 55 65
Binary 10111101 1010000 10010000 0 111010 11000 11010 101000101 101101 110101

Color Harmonies of #BD5090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5090

Black with #BD5090

Text Example


Text Example

White with #BD5090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5090; }

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

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

background-color css

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

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

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

border-color css

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

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

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