Html Css Color HEX #BD4881 Mulberry

📋 copy color: '#BD4881'

red 189 ◦ green 72 ◦ blue 129

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

Shades of Mulberry #BD4881

Tints of Mulberry #BD4881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 33.08%

R = 48.46%
G = 18.46%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD4881 (or 0xBD4881) is known color: Mulberry. HEX triplet: BD, 48 and 81. RGB value is (189,72,129). Sum of RGB (Red+Green+Blue) = 189+72+129=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4881 is #42B77E. Grayscale: #717171. Windows color (decimal): -4372351 or 8472765. OLE color: 8472765.

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

Color convert

RGB 189 72 129 -
CMYK 0 0.62 0.32 0.26
HSL 330.77º 0.47% 0.51% -
HSV(B) 330.77º 0.62% 0.74% -
XYZ 27.27 17.04 22.62 -
YUV 113.48 136.76 181.87 -
System Red Green Blue C M Y K H S L
Decimal 189 72 129 0 0.62 0.32 0.26 330.77 0.47 0.51
Hex BD 48 81 0 3E 20 1A 14B 2F 33
Octal 275 110 201 0 76 40 32 513 57 63
Binary 10111101 1001000 10000001 0 111110 100000 11010 101001011 101111 110011

Color Harmonies of #BD4881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4881

Black with #BD4881

Text Example


Text Example

White with #BD4881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4881; }

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

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

background-color css

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

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

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

border-color css

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

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

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