Html Css Color HEX #BD489C Mulberry

📋 copy color: '#BD489C'

red 189 ◦ green 72 ◦ blue 156

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

Shades of Mulberry #BD489C

Tints of Mulberry #BD489C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.41%

R = 45.32%
G = 17.27%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD489C (or 0xBD489C) is known color: Mulberry. HEX triplet: BD, 48 and 9C. RGB value is (189,72,156). Sum of RGB (Red+Green+Blue) = 189+72+156=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 72 (28.52% from 255 or 17.27% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD489C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD489C is #42B763. Grayscale: #747474. Windows color (decimal): -4372324 or 10242237. OLE color: 10242237.

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

Color convert

RGB 189 72 156 -
CMYK 0 0.62 0.17 0.26
HSL 316.92º 0.47% 0.51% -
HSV(B) 316.92º 0.62% 0.74% -
XYZ 29.3 17.85 33.35 -
YUV 116.56 150.26 179.67 -
System Red Green Blue C M Y K H S L
Decimal 189 72 156 0 0.62 0.17 0.26 316.92 0.47 0.51
Hex BD 48 9C 0 3E 11 1A 13D 2F 33
Octal 275 110 234 0 76 21 32 475 57 63
Binary 10111101 1001000 10011100 0 111110 10001 11010 100111101 101111 110011

Color Harmonies of #BD489C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD489C

Black with #BD489C

Text Example


Text Example

White with #BD489C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD489C; }

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

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

background-color css

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

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

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

border-color css

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

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

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