Html Css Color HEX #BD4781 Mulberry

📋 copy color: '#BD4781'

red 189 ◦ green 71 ◦ blue 129

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

Shades of Mulberry #BD4781

Tints of Mulberry #BD4781

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.25%

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

R = 48.59%
G = 18.25%
B = 33.16%

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

#BD4781 (or 0xBD4781) is known color: Mulberry. HEX triplet: BD, 47 and 81. RGB value is (189,71,129). Sum of RGB (Red+Green+Blue) = 189+71+129=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4781 is #42B87E. Grayscale: #707070. Windows color (decimal): -4372607 or 8472509. OLE color: 8472509.

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

Color convert

RGB 189 71 129 -
CMYK 0 0.62 0.32 0.26
HSL 330.51º 0.47% 0.51% -
HSV(B) 330.51º 0.62% 0.74% -
XYZ 27.2 16.91 22.6 -
YUV 112.89 137.09 182.28 -
System Red Green Blue C M Y K H S L
Decimal 189 71 129 0 0.62 0.32 0.26 330.51 0.47 0.51
Hex BD 47 81 0 3E 20 1A 14B 2F 33
Octal 275 107 201 0 76 40 32 513 57 63
Binary 10111101 1000111 10000001 0 111110 100000 11010 101001011 101111 110011

Color Harmonies of #BD4781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4781

Black with #BD4781

Text Example


Text Example

White with #BD4781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4781; }

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

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

background-color css

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

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

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

border-color css

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

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

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