Html Css Color HEX #BD4998 Mulberry

📋 copy color: '#BD4998'

red 189 ◦ green 73 ◦ blue 152

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

Shades of Mulberry #BD4998

Tints of Mulberry #BD4998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.71%

R = 45.65%
G = 17.63%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD4998 (or 0xBD4998) is known color: Mulberry. HEX triplet: BD, 49 and 98. RGB value is (189,73,152). Sum of RGB (Red+Green+Blue) = 189+73+152=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 152 (59.77% from 255 or 36.71% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4998 is #42B667. Grayscale: #747474. Windows color (decimal): -4372072 or 9980349. OLE color: 9980349.

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

Color convert

RGB 189 73 152 -
CMYK 0 0.61 0.20 0.26
HSL 319.14º 0.47% 0.51% -
HSV(B) 319.14º 0.61% 0.74% -
XYZ 29.04 17.85 31.62 -
YUV 116.69 147.93 179.58 -
System Red Green Blue C M Y K H S L
Decimal 189 73 152 0 0.61 0.20 0.26 319.14 0.47 0.51
Hex BD 49 98 0 3D 14 1A 13F 2F 33
Octal 275 111 230 0 75 24 32 477 57 63
Binary 10111101 1001001 10011000 0 111101 10100 11010 100111111 101111 110011

Color Harmonies of #BD4998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4998

Black with #BD4998

Text Example


Text Example

White with #BD4998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4998; }

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

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

background-color css

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

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

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

border-color css

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

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

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