Html Css Color HEX #BD498F Mulberry

📋 copy color: '#BD498F'

red 189 ◦ green 73 ◦ blue 143

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

Shades of Mulberry #BD498F

Tints of Mulberry #BD498F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.31%

R = 46.67%
G = 18.02%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD498F (or 0xBD498F) is known color: Mulberry. HEX triplet: BD, 49 and 8F. RGB value is (189,73,143). Sum of RGB (Red+Green+Blue) = 189+73+143=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD498F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD498F is #42B670. Grayscale: #737373. Windows color (decimal): -4372081 or 9390525. OLE color: 9390525.

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

Color convert

RGB 189 73 143 -
CMYK 0 0.61 0.24 0.26
HSL 323.79º 0.47% 0.51% -
HSV(B) 323.79º 0.61% 0.74% -
XYZ 28.33 17.57 27.88 -
YUV 115.66 143.43 180.31 -
System Red Green Blue C M Y K H S L
Decimal 189 73 143 0 0.61 0.24 0.26 323.79 0.47 0.51
Hex BD 49 8F 0 3D 18 1A 144 2F 33
Octal 275 111 217 0 75 30 32 504 57 63
Binary 10111101 1001001 10001111 0 111101 11000 11010 101000100 101111 110011

Color Harmonies of #BD498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD498F

Black with #BD498F

Text Example


Text Example

White with #BD498F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD498F; }

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

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

background-color css

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

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

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

border-color css

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

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

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