Html Css Color HEX #BD5995 Mulberry

📋 copy color: '#BD5995'

red 189 ◦ green 89 ◦ blue 149

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

Shades of Mulberry #BD5995

Tints of Mulberry #BD5995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.89%

R = 44.26%
G = 20.84%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD5995 (or 0xBD5995) is known color: Mulberry. HEX triplet: BD, 59 and 95. RGB value is (189,89,149). Sum of RGB (Red+Green+Blue) = 189+89+149=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5995 is #42A66A. Grayscale: #7D7D7D. Windows color (decimal): -4367979 or 9787837. OLE color: 9787837.

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

Color convert

RGB 189 89 149 -
CMYK 0 0.53 0.21 0.26
HSL 324º 0.43% 0.55% -
HSV(B) 324º 0.53% 0.74% -
XYZ 29.98 20.13 30.74 -
YUV 125.74 141.13 173.12 -
System Red Green Blue C M Y K H S L
Decimal 189 89 149 0 0.53 0.21 0.26 324 0.43 0.55
Hex BD 59 95 0 35 15 1A 144 2B 37
Octal 275 131 225 0 65 25 32 504 53 67
Binary 10111101 1011001 10010101 0 110101 10101 11010 101000100 101011 110111

Color Harmonies of #BD5995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5995

Black with #BD5995

Text Example


Text Example

White with #BD5995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5995; }

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

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

background-color css

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

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

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

border-color css

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

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

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