Html Css Color HEX #BD499B Mulberry

📋 copy color: '#BD499B'

red 189 ◦ green 73 ◦ blue 155

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

Shades of Mulberry #BD499B

Tints of Mulberry #BD499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 45.32%
G = 17.51%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD499B (or 0xBD499B) is known color: Mulberry. HEX triplet: BD, 49 and 9B. RGB value is (189,73,155). Sum of RGB (Red+Green+Blue) = 189+73+155=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD499B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD499B is #42B664. Grayscale: #747474. Windows color (decimal): -4372069 or 10176957. OLE color: 10176957.

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

Color convert

RGB 189 73 155 -
CMYK 0 0.61 0.18 0.26
HSL 317.59º 0.47% 0.51% -
HSV(B) 317.59º 0.61% 0.74% -
XYZ 29.29 17.95 32.93 -
YUV 117.03 149.43 179.33 -
System Red Green Blue C M Y K H S L
Decimal 189 73 155 0 0.61 0.18 0.26 317.59 0.47 0.51
Hex BD 49 9B 0 3D 12 1A 13E 2F 33
Octal 275 111 233 0 75 22 32 476 57 63
Binary 10111101 1001001 10011011 0 111101 10010 11010 100111110 101111 110011

Color Harmonies of #BD499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD499B

Black with #BD499B

Text Example


Text Example

White with #BD499B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD499B; }

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

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

background-color css

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

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

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

border-color css

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

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

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