Html Css Color HEX #BD578E Mulberry

📋 copy color: '#BD578E'

red 189 ◦ green 87 ◦ blue 142

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

Shades of Mulberry #BD578E

Tints of Mulberry #BD578E

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.81%

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

R = 45.22%
G = 20.81%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD578E (or 0xBD578E) is known color: Mulberry. HEX triplet: BD, 57 and 8E. RGB value is (189,87,142). Sum of RGB (Red+Green+Blue) = 189+87+142=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD578E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD578E is #42A871. Grayscale: #7B7B7B. Windows color (decimal): -4368498 or 9328573. OLE color: 9328573.

HSL color Cylindrical-coordinate representation of color #BD578E: hue angle of 327.65º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD578E is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 87 142 -
CMYK 0 0.54 0.25 0.26
HSL 327.65º 0.44% 0.54% -
HSV(B) 327.65º 0.54% 0.74% -
XYZ 29.28 19.59 27.83 -
YUV 123.77 138.29 174.53 -
System Red Green Blue C M Y K H S L
Decimal 189 87 142 0 0.54 0.25 0.26 327.65 0.44 0.54
Hex BD 57 8E 0 36 19 1A 148 2C 36
Octal 275 127 216 0 66 31 32 510 54 66
Binary 10111101 1010111 10001110 0 110110 11001 11010 101001000 101100 110110

Color Harmonies of #BD578E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD578E

Black with #BD578E

Text Example


Text Example

White with #BD578E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD578E; }

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

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

background-color css

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

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

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

border-color css

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

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

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