Html Css Color HEX #BD5985 Mulberry

📋 copy color: '#BD5985'

red 189 ◦ green 89 ◦ blue 133

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

Shades of Mulberry #BD5985

Tints of Mulberry #BD5985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.65%

 BLUE value IS 133 (52.34% from 255) = 32.36%

R = 45.99%
G = 21.65%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD5985 (or 0xBD5985) is known color: Mulberry. HEX triplet: BD, 59 and 85. RGB value is (189,89,133). Sum of RGB (Red+Green+Blue) = 189+89+133=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5985 is #42A67A. Grayscale: #7B7B7B. Windows color (decimal): -4367995 or 8739261. OLE color: 8739261.

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

Color convert

RGB 189 89 133 -
CMYK 0 0.53 0.30 0.26
HSL 333.6º 0.43% 0.55% -
HSV(B) 333.6º 0.53% 0.74% -
XYZ 28.79 19.66 24.47 -
YUV 123.92 133.13 174.42 -
System Red Green Blue C M Y K H S L
Decimal 189 89 133 0 0.53 0.30 0.26 333.6 0.43 0.55
Hex BD 59 85 0 35 1E 1A 14E 2B 37
Octal 275 131 205 0 65 36 32 516 53 67
Binary 10111101 1011001 10000101 0 110101 11110 11010 101001110 101011 110111

Color Harmonies of #BD5985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5985

Black with #BD5985

Text Example


Text Example

White with #BD5985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5985; }

 p { color: rgb(189,89,133); }

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

background-color css

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

 a { background-color: rgb(189,89,133); }

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

border-color css

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

 span { border-color: rgb(189,89,133); }

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