Html Css Color HEX #BD4687 Mulberry

📋 copy color: '#BD4687'

red 189 ◦ green 70 ◦ blue 135

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

Shades of Mulberry #BD4687

Tints of Mulberry #BD4687

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.77%

 BLUE value IS 135 (53.13% from 255) = 34.26%

R = 47.97%
G = 17.77%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD4687 (or 0xBD4687) is known color: Mulberry. HEX triplet: BD, 46 and 87. RGB value is (189,70,135). Sum of RGB (Red+Green+Blue) = 189+70+135=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4687 is #42B978. Grayscale: #707070. Windows color (decimal): -4372857 or 8865469. OLE color: 8865469.

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

Color convert

RGB 189 70 135 -
CMYK 0 0.63 0.29 0.26
HSL 327.23º 0.47% 0.51% -
HSV(B) 327.23º 0.63% 0.74% -
XYZ 27.55 16.95 24.74 -
YUV 112.99 140.42 182.21 -
System Red Green Blue C M Y K H S L
Decimal 189 70 135 0 0.63 0.29 0.26 327.23 0.47 0.51
Hex BD 46 87 0 3F 1D 1A 147 2F 33
Octal 275 106 207 0 77 35 32 507 57 63
Binary 10111101 1000110 10000111 0 111111 11101 11010 101000111 101111 110011

Color Harmonies of #BD4687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4687

Black with #BD4687

Text Example


Text Example

White with #BD4687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4687; }

 p { color: rgb(189,70,135); }

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

background-color css

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

 a { background-color: rgb(189,70,135); }

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

border-color css

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

 span { border-color: rgb(189,70,135); }

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