Html Css Color HEX #BD488E Mulberry

📋 copy color: '#BD488E'

red 189 ◦ green 72 ◦ blue 142

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

Shades of Mulberry #BD488E

Tints of Mulberry #BD488E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.24%

R = 46.9%
G = 17.87%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD488E (or 0xBD488E) is known color: Mulberry. HEX triplet: BD, 48 and 8E. RGB value is (189,72,142). Sum of RGB (Red+Green+Blue) = 189+72+142=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD488E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD488E is #42B771. Grayscale: #727272. Windows color (decimal): -4372338 or 9324733. OLE color: 9324733.

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

Color convert

RGB 189 72 142 -
CMYK 0 0.62 0.25 0.26
HSL 324.1º 0.47% 0.51% -
HSV(B) 324.1º 0.62% 0.74% -
XYZ 28.19 17.41 27.47 -
YUV 114.96 143.26 180.81 -
System Red Green Blue C M Y K H S L
Decimal 189 72 142 0 0.62 0.25 0.26 324.1 0.47 0.51
Hex BD 48 8E 0 3E 19 1A 144 2F 33
Octal 275 110 216 0 76 31 32 504 57 63
Binary 10111101 1001000 10001110 0 111110 11001 11010 101000100 101111 110011

Color Harmonies of #BD488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD488E

Black with #BD488E

Text Example


Text Example

White with #BD488E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD488E; }

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

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

background-color css

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

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

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

border-color css

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

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

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