Html Css Color HEX #BD4388 Mulberry

📋 copy color: '#BD4388'

red 189 ◦ green 67 ◦ blue 136

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

Shades of Mulberry #BD4388

Tints of Mulberry #BD4388

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.09%

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

R = 48.21%
G = 17.09%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BD4388 (or 0xBD4388) is known color: Mulberry. HEX triplet: BD, 43 and 88. RGB value is (189,67,136). Sum of RGB (Red+Green+Blue) = 189+67+136=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4388 is #42BC77. Grayscale: #6F6F6F. Windows color (decimal): -4373624 or 8930237. OLE color: 8930237.

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

Color convert

RGB 189 67 136 -
CMYK 0 0.65 0.28 0.26
HSL 326.07º 0.48% 0.5% -
HSV(B) 326.07º 0.65% 0.74% -
XYZ 27.44 16.61 25.05 -
YUV 111.34 141.92 183.39 -
System Red Green Blue C M Y K H S L
Decimal 189 67 136 0 0.65 0.28 0.26 326.07 0.48 0.5
Hex BD 43 88 0 41 1C 1A 146 30 32
Octal 275 103 210 0 101 34 32 506 60 62
Binary 10111101 1000011 10001000 0 1000001 11100 11010 101000110 110000 110010

Color Harmonies of #BD4388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4388

Black with #BD4388

Text Example


Text Example

White with #BD4388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4388; }

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

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

background-color css

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

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

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

border-color css

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

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

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