Html Css Color HEX #BD498E Mulberry

📋 copy color: '#BD498E'

red 189 ◦ green 73 ◦ blue 142

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

Shades of Mulberry #BD498E

Tints of Mulberry #BD498E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.15%

R = 46.78%
G = 18.07%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD498E (or 0xBD498E) is known color: Mulberry. HEX triplet: BD, 49 and 8E. RGB value is (189,73,142). Sum of RGB (Red+Green+Blue) = 189+73+142=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD498E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD498E is #42B671. Grayscale: #737373. Windows color (decimal): -4372082 or 9324989. OLE color: 9324989.

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

Color convert

RGB 189 73 142 -
CMYK 0 0.61 0.25 0.26
HSL 324.31º 0.47% 0.51% -
HSV(B) 324.31º 0.61% 0.74% -
XYZ 28.25 17.54 27.49 -
YUV 115.55 142.93 180.39 -
System Red Green Blue C M Y K H S L
Decimal 189 73 142 0 0.61 0.25 0.26 324.31 0.47 0.51
Hex BD 49 8E 0 3D 19 1A 144 2F 33
Octal 275 111 216 0 75 31 32 504 57 63
Binary 10111101 1001001 10001110 0 111101 11001 11010 101000100 101111 110011

Color Harmonies of #BD498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD498E

Black with #BD498E

Text Example


Text Example

White with #BD498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD498E; }

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

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

background-color css

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

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

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

border-color css

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

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

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