Html Css Color HEX #BD447F Mulberry

📋 copy color: '#BD447F'

red 189 ◦ green 68 ◦ blue 127

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

Shades of Mulberry #BD447F

Tints of Mulberry #BD447F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.07%

R = 49.22%
G = 17.71%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD447F (or 0xBD447F) is known color: Mulberry. HEX triplet: BD, 44 and 7F. RGB value is (189,68,127). Sum of RGB (Red+Green+Blue) = 189+68+127=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD447F is #42BB80. Grayscale: #6E6E6E. Windows color (decimal): -4373377 or 8340669. OLE color: 8340669.

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

Color convert

RGB 189 68 127 -
CMYK 0 0.64 0.33 0.26
HSL 330.74º 0.48% 0.5% -
HSV(B) 330.74º 0.64% 0.74% -
XYZ 26.88 16.49 21.84 -
YUV 110.91 137.09 183.7 -
System Red Green Blue C M Y K H S L
Decimal 189 68 127 0 0.64 0.33 0.26 330.74 0.48 0.5
Hex BD 44 7F 0 40 21 1A 14B 30 32
Octal 275 104 177 0 100 41 32 513 60 62
Binary 10111101 1000100 1111111 0 1000000 100001 11010 101001011 110000 110010

Color Harmonies of #BD447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD447F

Black with #BD447F

Text Example


Text Example

White with #BD447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD447F; }

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

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

background-color css

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

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

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

border-color css

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

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

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