Html Css Color HEX #BD4994 Mulberry

📋 copy color: '#BD4994'

red 189 ◦ green 73 ◦ blue 148

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

Shades of Mulberry #BD4994

Tints of Mulberry #BD4994

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.8%

 BLUE value IS 148 (58.2% from 255) = 36.1%

R = 46.1%
G = 17.8%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD4994 (or 0xBD4994) is known color: Mulberry. HEX triplet: BD, 49 and 94. RGB value is (189,73,148). Sum of RGB (Red+Green+Blue) = 189+73+148=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 73 (28.91% from 255 or 17.80% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4994 is #42B66B. Grayscale: #747474. Windows color (decimal): -4372076 or 9718205. OLE color: 9718205.

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

Color convert

RGB 189 73 148 -
CMYK 0 0.61 0.22 0.26
HSL 321.21º 0.47% 0.51% -
HSV(B) 321.21º 0.61% 0.74% -
XYZ 28.71 17.72 29.92 -
YUV 116.23 145.93 179.9 -
System Red Green Blue C M Y K H S L
Decimal 189 73 148 0 0.61 0.22 0.26 321.21 0.47 0.51
Hex BD 49 94 0 3D 16 1A 141 2F 33
Octal 275 111 224 0 75 26 32 501 57 63
Binary 10111101 1001001 10010100 0 111101 10110 11010 101000001 101111 110011

Color Harmonies of #BD4994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4994

Black with #BD4994

Text Example


Text Example

White with #BD4994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4994; }

 p { color: rgb(189,73,148); }

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

background-color css

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

 a { background-color: rgb(189,73,148); }

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

border-color css

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

 span { border-color: rgb(189,73,148); }

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