Html Css Color HEX #BD5899 Mulberry

📋 copy color: '#BD5899'

red 189 ◦ green 88 ◦ blue 153

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

Shades of Mulberry #BD5899

Tints of Mulberry #BD5899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.58%

R = 43.95%
G = 20.47%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD5899 (or 0xBD5899) is known color: Mulberry. HEX triplet: BD, 58 and 99. RGB value is (189,88,153). Sum of RGB (Red+Green+Blue) = 189+88+153=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5899 is #42A766. Grayscale: #7D7D7D. Windows color (decimal): -4368231 or 10049725. OLE color: 10049725.

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

Color convert

RGB 189 88 153 -
CMYK 0 0.53 0.19 0.26
HSL 321.39º 0.43% 0.54% -
HSV(B) 321.39º 0.53% 0.74% -
XYZ 30.23 20.1 32.42 -
YUV 125.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 189 88 153 0 0.53 0.19 0.26 321.39 0.43 0.54
Hex BD 58 99 0 35 13 1A 141 2B 36
Octal 275 130 231 0 65 23 32 501 53 66
Binary 10111101 1011000 10011001 0 110101 10011 11010 101000001 101011 110110

Color Harmonies of #BD5899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5899

Black with #BD5899

Text Example


Text Example

White with #BD5899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5899; }

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

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

background-color css

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

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

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

border-color css

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

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

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