Html Css Color HEX #BD4992 Mulberry

📋 copy color: '#BD4992'

red 189 ◦ green 73 ◦ blue 146

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

Shades of Mulberry #BD4992

Tints of Mulberry #BD4992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.78%

R = 46.32%
G = 17.89%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD4992 (or 0xBD4992) is known color: Mulberry. HEX triplet: BD, 49 and 92. RGB value is (189,73,146). Sum of RGB (Red+Green+Blue) = 189+73+146=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 146 (57.42% from 255 or 35.78% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4992 is #42B66D. Grayscale: #737373. Windows color (decimal): -4372078 or 9587133. OLE color: 9587133.

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

Color convert

RGB 189 73 146 -
CMYK 0 0.61 0.23 0.26
HSL 322.24º 0.47% 0.51% -
HSV(B) 322.24º 0.61% 0.74% -
XYZ 28.56 17.66 29.1 -
YUV 116.01 144.93 180.06 -
System Red Green Blue C M Y K H S L
Decimal 189 73 146 0 0.61 0.23 0.26 322.24 0.47 0.51
Hex BD 49 92 0 3D 17 1A 142 2F 33
Octal 275 111 222 0 75 27 32 502 57 63
Binary 10111101 1001001 10010010 0 111101 10111 11010 101000010 101111 110011

Color Harmonies of #BD4992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4992

Black with #BD4992

Text Example


Text Example

White with #BD4992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4992; }

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

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

background-color css

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

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

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

border-color css

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

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

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