Html Css Color HEX #BD4895 Mulberry

📋 copy color: '#BD4895'

red 189 ◦ green 72 ◦ blue 149

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

Shades of Mulberry #BD4895

Tints of Mulberry #BD4895

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.56%

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

R = 46.1%
G = 17.56%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD4895 (or 0xBD4895) is known color: Mulberry. HEX triplet: BD, 48 and 95. RGB value is (189,72,149). Sum of RGB (Red+Green+Blue) = 189+72+149=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4895 is #42B76A. Grayscale: #737373. Windows color (decimal): -4372331 or 9783485. OLE color: 9783485.

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

Color convert

RGB 189 72 149 -
CMYK 0 0.62 0.21 0.26
HSL 320.51º 0.47% 0.51% -
HSV(B) 320.51º 0.62% 0.74% -
XYZ 28.73 17.62 30.32 -
YUV 115.76 146.76 180.24 -
System Red Green Blue C M Y K H S L
Decimal 189 72 149 0 0.62 0.21 0.26 320.51 0.47 0.51
Hex BD 48 95 0 3E 15 1A 141 2F 33
Octal 275 110 225 0 76 25 32 501 57 63
Binary 10111101 1001000 10010101 0 111110 10101 11010 101000001 101111 110011

Color Harmonies of #BD4895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4895

Black with #BD4895

Text Example


Text Example

White with #BD4895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4895; }

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

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

background-color css

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

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

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

border-color css

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

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

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