Html Css Color HEX #BD5885 Mulberry

📋 copy color: '#BD5885'

red 189 ◦ green 88 ◦ blue 133

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

Shades of Mulberry #BD5885

Tints of Mulberry #BD5885

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.46%

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

R = 46.1%
G = 21.46%
B = 32.44%

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

#BD5885 (or 0xBD5885) is known color: Mulberry. HEX triplet: BD, 58 and 85. RGB value is (189,88,133). Sum of RGB (Red+Green+Blue) = 189+88+133=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 88 (34.77% from 255 or 21.46% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5885 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5885 is #42A77A. Grayscale: #7B7B7B. Windows color (decimal): -4368251 or 8739005. OLE color: 8739005.

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

Color convert

RGB 189 88 133 -
CMYK 0 0.53 0.30 0.26
HSL 333.27º 0.43% 0.54% -
HSV(B) 333.27º 0.53% 0.74% -
XYZ 28.71 19.49 24.44 -
YUV 123.33 133.46 174.84 -
System Red Green Blue C M Y K H S L
Decimal 189 88 133 0 0.53 0.30 0.26 333.27 0.43 0.54
Hex BD 58 85 0 35 1E 1A 14D 2B 36
Octal 275 130 205 0 65 36 32 515 53 66
Binary 10111101 1011000 10000101 0 110101 11110 11010 101001101 101011 110110

Color Harmonies of #BD5885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5885

Black with #BD5885

Text Example


Text Example

White with #BD5885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5885; }

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

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

background-color css

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

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

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

border-color css

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

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

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