Html Css Color HEX #BD4280 Mulberry

📋 copy color: '#BD4280'

red 189 ◦ green 66 ◦ blue 128

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

Shades of Mulberry #BD4280

Tints of Mulberry #BD4280

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.23%

 BLUE value IS 128 (50.39% from 255) = 33.42%

R = 49.35%
G = 17.23%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD4280 (or 0xBD4280) is known color: Mulberry. HEX triplet: BD, 42 and 80. RGB value is (189,66,128). Sum of RGB (Red+Green+Blue) = 189+66+128=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4280 is #42BD7F. Grayscale: #6D6D6D. Windows color (decimal): -4373888 or 8405693. OLE color: 8405693.

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

Color convert

RGB 189 66 128 -
CMYK 0 0.65 0.32 0.26
HSL 329.76º 0.48% 0.5% -
HSV(B) 329.76º 0.65% 0.74% -
XYZ 26.83 16.27 22.15 -
YUV 109.85 138.25 184.46 -
System Red Green Blue C M Y K H S L
Decimal 189 66 128 0 0.65 0.32 0.26 329.76 0.48 0.5
Hex BD 42 80 0 41 20 1A 14A 30 32
Octal 275 102 200 0 101 40 32 512 60 62
Binary 10111101 1000010 10000000 0 1000001 100000 11010 101001010 110000 110010

Color Harmonies of #BD4280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4280

Black with #BD4280

Text Example


Text Example

White with #BD4280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4280; }

 p { color: rgb(189,66,128); }

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

background-color css

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

 a { background-color: rgb(189,66,128); }

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

border-color css

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

 span { border-color: rgb(189,66,128); }

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