Html Css Color HEX #BD4096 Mulberry

📋 copy color: '#BD4096'

red 189 ◦ green 64 ◦ blue 150

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

Shades of Mulberry #BD4096

Tints of Mulberry #BD4096

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.88%

 BLUE value IS 150 (58.98% from 255) = 37.22%

R = 46.9%
G = 15.88%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD4096 (or 0xBD4096) is known color: Mulberry. HEX triplet: BD, 40 and 96. RGB value is (189,64,150). Sum of RGB (Red+Green+Blue) = 189+64+150=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4096 is #42BF69. Grayscale: #6E6E6E. Windows color (decimal): -4374378 or 9846973. OLE color: 9846973.

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

Color convert

RGB 189 64 150 -
CMYK 0 0.66 0.21 0.26
HSL 318.72º 0.49% 0.5% -
HSV(B) 318.72º 0.66% 0.74% -
XYZ 28.32 16.69 30.58 -
YUV 111.18 149.91 183.51 -
System Red Green Blue C M Y K H S L
Decimal 189 64 150 0 0.66 0.21 0.26 318.72 0.49 0.5
Hex BD 40 96 0 42 15 1A 13F 31 32
Octal 275 100 226 0 102 25 32 477 61 62
Binary 10111101 1000000 10010110 0 1000010 10101 11010 100111111 110001 110010

Color Harmonies of #BD4096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4096

Black with #BD4096

Text Example


Text Example

White with #BD4096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4096; }

 p { color: rgb(189,64,150); }

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

background-color css

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

 a { background-color: rgb(189,64,150); }

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

border-color css

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

 span { border-color: rgb(189,64,150); }

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