Html Css Color HEX #BD498D Mulberry

📋 copy color: '#BD498D'

red 189 ◦ green 73 ◦ blue 141

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

Shades of Mulberry #BD498D

Tints of Mulberry #BD498D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.99%

R = 46.9%
G = 18.11%
B = 34.99%

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

#BD498D (or 0xBD498D) is known color: Mulberry. HEX triplet: BD, 49 and 8D. RGB value is (189,73,141). Sum of RGB (Red+Green+Blue) = 189+73+141=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD498D is #42B672. Grayscale: #737373. Windows color (decimal): -4372083 or 9259453. OLE color: 9259453.

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

Color convert

RGB 189 73 141 -
CMYK 0 0.61 0.25 0.26
HSL 324.83º 0.47% 0.51% -
HSV(B) 324.83º 0.61% 0.74% -
XYZ 28.18 17.51 27.09 -
YUV 115.44 142.43 180.47 -
System Red Green Blue C M Y K H S L
Decimal 189 73 141 0 0.61 0.25 0.26 324.83 0.47 0.51
Hex BD 49 8D 0 3D 19 1A 145 2F 33
Octal 275 111 215 0 75 31 32 505 57 63
Binary 10111101 1001001 10001101 0 111101 11001 11010 101000101 101111 110011

Color Harmonies of #BD498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD498D

Black with #BD498D

Text Example


Text Example

White with #BD498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD498D; }

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

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

background-color css

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

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

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

border-color css

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

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

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