Html Css Color HEX #BD489B Mulberry

📋 copy color: '#BD489B'

red 189 ◦ green 72 ◦ blue 155

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

Shades of Mulberry #BD489B

Tints of Mulberry #BD489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.31%

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

R = 45.43%
G = 17.31%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD489B (or 0xBD489B) is known color: Mulberry. HEX triplet: BD, 48 and 9B. RGB value is (189,72,155). Sum of RGB (Red+Green+Blue) = 189+72+155=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD489B is #42B764. Grayscale: #747474. Windows color (decimal): -4372325 or 10176701. OLE color: 10176701.

HSL color Cylindrical-coordinate representation of color #BD489B: hue angle of 317.44º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD489B is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 72 155 -
CMYK 0 0.62 0.18 0.26
HSL 317.44º 0.47% 0.51% -
HSV(B) 317.44º 0.62% 0.74% -
XYZ 29.22 17.82 32.91 -
YUV 116.45 149.76 179.75 -
System Red Green Blue C M Y K H S L
Decimal 189 72 155 0 0.62 0.18 0.26 317.44 0.47 0.51
Hex BD 48 9B 0 3E 12 1A 13D 2F 33
Octal 275 110 233 0 76 22 32 475 57 63
Binary 10111101 1001000 10011011 0 111110 10010 11010 100111101 101111 110011

Color Harmonies of #BD489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD489B

Black with #BD489B

Text Example


Text Example

White with #BD489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD489B; }

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

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

background-color css

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

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

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

border-color css

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

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

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