Html Css Color HEX #BD4582 Mulberry

📋 copy color: '#BD4582'

red 189 ◦ green 69 ◦ blue 130

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

Shades of Mulberry #BD4582

Tints of Mulberry #BD4582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 48.71%
G = 17.78%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BD4582 (or 0xBD4582) is known color: Mulberry. HEX triplet: BD, 45 and 82. RGB value is (189,69,130). Sum of RGB (Red+Green+Blue) = 189+69+130=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4582 is #42BA7D. Grayscale: #6F6F6F. Windows color (decimal): -4373118 or 8537533. OLE color: 8537533.

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

Color convert

RGB 189 69 130 -
CMYK 0 0.63 0.31 0.26
HSL 329.5º 0.48% 0.51% -
HSV(B) 329.5º 0.63% 0.74% -
XYZ 27.14 16.69 22.91 -
YUV 111.83 138.26 183.04 -
System Red Green Blue C M Y K H S L
Decimal 189 69 130 0 0.63 0.31 0.26 329.5 0.48 0.51
Hex BD 45 82 0 3F 1F 1A 14A 30 33
Octal 275 105 202 0 77 37 32 512 60 63
Binary 10111101 1000101 10000010 0 111111 11111 11010 101001010 110000 110011

Color Harmonies of #BD4582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4582

Black with #BD4582

Text Example


Text Example

White with #BD4582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4582; }

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

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

background-color css

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

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

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

border-color css

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

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

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