Html Css Color HEX #BD4585 Mulberry

📋 copy color: '#BD4585'

red 189 ◦ green 69 ◦ blue 133

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

Shades of Mulberry #BD4585

Tints of Mulberry #BD4585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.65%

 BLUE value IS 133 (52.34% from 255) = 34.02%

R = 48.34%
G = 17.65%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD4585 (or 0xBD4585) is known color: Mulberry. HEX triplet: BD, 45 and 85. RGB value is (189,69,133). Sum of RGB (Red+Green+Blue) = 189+69+133=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 69 (27.34% from 255 or 17.65% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4585 is #42BA7A. Grayscale: #707070. Windows color (decimal): -4373115 or 8734141. OLE color: 8734141.

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

Color convert

RGB 189 69 133 -
CMYK 0 0.63 0.30 0.26
HSL 328º 0.48% 0.51% -
HSV(B) 328º 0.63% 0.74% -
XYZ 27.35 16.77 23.99 -
YUV 112.18 139.76 182.8 -
System Red Green Blue C M Y K H S L
Decimal 189 69 133 0 0.63 0.30 0.26 328 0.48 0.51
Hex BD 45 85 0 3F 1E 1A 148 30 33
Octal 275 105 205 0 77 36 32 510 60 63
Binary 10111101 1000101 10000101 0 111111 11110 11010 101001000 110000 110011

Color Harmonies of #BD4585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4585

Black with #BD4585

Text Example


Text Example

White with #BD4585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4585; }

 p { color: rgb(189,69,133); }

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

background-color css

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

 a { background-color: rgb(189,69,133); }

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

border-color css

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

 span { border-color: rgb(189,69,133); }

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