Html Css Color HEX #BD4896 Mulberry

📋 copy color: '#BD4896'

red 189 ◦ green 72 ◦ blue 150

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

Shades of Mulberry #BD4896

Tints of Mulberry #BD4896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.52%

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

R = 45.99%
G = 17.52%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD4896 (or 0xBD4896) is known color: Mulberry. HEX triplet: BD, 48 and 96. RGB value is (189,72,150). Sum of RGB (Red+Green+Blue) = 189+72+150=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4896 is #42B769. Grayscale: #737373. Windows color (decimal): -4372330 or 9849021. OLE color: 9849021.

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

Color convert

RGB 189 72 150 -
CMYK 0 0.62 0.21 0.26
HSL 320º 0.47% 0.51% -
HSV(B) 320º 0.62% 0.74% -
XYZ 28.81 17.66 30.74 -
YUV 115.88 147.26 180.16 -
System Red Green Blue C M Y K H S L
Decimal 189 72 150 0 0.62 0.21 0.26 320 0.47 0.51
Hex BD 48 96 0 3E 15 1A 140 2F 33
Octal 275 110 226 0 76 25 32 500 57 63
Binary 10111101 1001000 10010110 0 111110 10101 11010 101000000 101111 110011

Color Harmonies of #BD4896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4896

Black with #BD4896

Text Example


Text Example

White with #BD4896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4896; }

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

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

background-color css

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

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

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

border-color css

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

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

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