Html Css Color HEX #BD4595 Mulberry

📋 copy color: '#BD4595'

red 189 ◦ green 69 ◦ blue 149

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

Shades of Mulberry #BD4595

Tints of Mulberry #BD4595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.95%

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

R = 46.44%
G = 16.95%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD4595 (or 0xBD4595) is known color: Mulberry. HEX triplet: BD, 45 and 95. RGB value is (189,69,149). Sum of RGB (Red+Green+Blue) = 189+69+149=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4595 is #42BA6A. Grayscale: #717171. Windows color (decimal): -4373099 or 9782717. OLE color: 9782717.

HSL color Cylindrical-coordinate representation of color #BD4595: hue angle of 320º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD4595 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 69 149 -
CMYK 0 0.63 0.21 0.26
HSL 320º 0.48% 0.51% -
HSV(B) 320º 0.63% 0.74% -
XYZ 28.54 17.24 30.26 -
YUV 114 147.76 181.5 -
System Red Green Blue C M Y K H S L
Decimal 189 69 149 0 0.63 0.21 0.26 320 0.48 0.51
Hex BD 45 95 0 3F 15 1A 140 30 33
Octal 275 105 225 0 77 25 32 500 60 63
Binary 10111101 1000101 10010101 0 111111 10101 11010 101000000 110000 110011

Color Harmonies of #BD4595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4595

Black with #BD4595

Text Example


Text Example

White with #BD4595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4595; }

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

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

background-color css

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

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

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

border-color css

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

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

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