Html Css Color HEX #BD4488 Mulberry

📋 copy color: '#BD4488'

red 189 ◦ green 68 ◦ blue 136

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

Shades of Mulberry #BD4488

Tints of Mulberry #BD4488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 34.61%

R = 48.09%
G = 17.3%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD4488 (or 0xBD4488) is known color: Mulberry. HEX triplet: BD, 44 and 88. RGB value is (189,68,136). Sum of RGB (Red+Green+Blue) = 189+68+136=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 68 (26.95% from 255 or 17.30% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4488 is #42BB77. Grayscale: #6F6F6F. Windows color (decimal): -4373368 or 8930493. OLE color: 8930493.

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

Color convert

RGB 189 68 136 -
CMYK 0 0.64 0.28 0.26
HSL 326.28º 0.48% 0.5% -
HSV(B) 326.28º 0.64% 0.74% -
XYZ 27.5 16.73 25.07 -
YUV 111.93 141.59 182.97 -
System Red Green Blue C M Y K H S L
Decimal 189 68 136 0 0.64 0.28 0.26 326.28 0.48 0.5
Hex BD 44 88 0 40 1C 1A 146 30 32
Octal 275 104 210 0 100 34 32 506 60 62
Binary 10111101 1000100 10001000 0 1000000 11100 11010 101000110 110000 110010

Color Harmonies of #BD4488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4488

Black with #BD4488

Text Example


Text Example

White with #BD4488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4488; }

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

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

background-color css

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

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

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

border-color css

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

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

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