Html Css Color HEX #BD4485 Mulberry

📋 copy color: '#BD4485'

red 189 ◦ green 68 ◦ blue 133

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

Shades of Mulberry #BD4485

Tints of Mulberry #BD4485

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.44%

 BLUE value IS 133 (52.34% from 255) = 34.1%

R = 48.46%
G = 17.44%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BD4485 (or 0xBD4485) is known color: Mulberry. HEX triplet: BD, 44 and 85. RGB value is (189,68,133). Sum of RGB (Red+Green+Blue) = 189+68+133=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4485 is #42BB7A. Grayscale: #6F6F6F. Windows color (decimal): -4373371 or 8733885. OLE color: 8733885.

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

Color convert

RGB 189 68 133 -
CMYK 0 0.64 0.30 0.26
HSL 327.77º 0.48% 0.5% -
HSV(B) 327.77º 0.64% 0.74% -
XYZ 27.29 16.65 23.97 -
YUV 111.59 140.09 183.21 -
System Red Green Blue C M Y K H S L
Decimal 189 68 133 0 0.64 0.30 0.26 327.77 0.48 0.5
Hex BD 44 85 0 40 1E 1A 148 30 32
Octal 275 104 205 0 100 36 32 510 60 62
Binary 10111101 1000100 10000101 0 1000000 11110 11010 101001000 110000 110010

Color Harmonies of #BD4485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4485

Black with #BD4485

Text Example


Text Example

White with #BD4485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4485; }

 p { color: rgb(189,68,133); }

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

background-color css

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

 a { background-color: rgb(189,68,133); }

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

border-color css

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

 span { border-color: rgb(189,68,133); }

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