Html Css Color HEX #BD488C Mulberry

📋 copy color: '#BD488C'

red 189 ◦ green 72 ◦ blue 140

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

Shades of Mulberry #BD488C

Tints of Mulberry #BD488C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.91%

R = 47.13%
G = 17.96%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD488C (or 0xBD488C) is known color: Mulberry. HEX triplet: BD, 48 and 8C. RGB value is (189,72,140). Sum of RGB (Red+Green+Blue) = 189+72+140=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD488C is #42B773. Grayscale: #727272. Windows color (decimal): -4372340 or 9193661. OLE color: 9193661.

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

Color convert

RGB 189 72 140 -
CMYK 0 0.62 0.26 0.26
HSL 325.13º 0.47% 0.51% -
HSV(B) 325.13º 0.62% 0.74% -
XYZ 28.04 17.35 26.68 -
YUV 114.74 142.26 180.97 -
System Red Green Blue C M Y K H S L
Decimal 189 72 140 0 0.62 0.26 0.26 325.13 0.47 0.51
Hex BD 48 8C 0 3E 1A 1A 145 2F 33
Octal 275 110 214 0 76 32 32 505 57 63
Binary 10111101 1001000 10001100 0 111110 11010 11010 101000101 101111 110011

Color Harmonies of #BD488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD488C

Black with #BD488C

Text Example


Text Example

White with #BD488C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD488C; }

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

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

background-color css

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

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

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

border-color css

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

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

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