Html Css Color HEX #BD4F86 Mulberry

📋 copy color: '#BD4F86'

red 189 ◦ green 79 ◦ blue 134

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

Shades of Mulberry #BD4F86

Tints of Mulberry #BD4F86

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.65%

 BLUE value IS 134 (52.73% from 255) = 33.33%

R = 47.01%
G = 19.65%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BD4F86 (or 0xBD4F86) is known color: Mulberry. HEX triplet: BD, 4F and 86. RGB value is (189,79,134). Sum of RGB (Red+Green+Blue) = 189+79+134=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4F86 is #42B079. Grayscale: #767676. Windows color (decimal): -4370554 or 8802237. OLE color: 8802237.

HSL color Cylindrical-coordinate representation of color #BD4F86: hue angle of 330º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD4F86 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 79 134 -
CMYK 0 0.58 0.29 0.26
HSL 330º 0.45% 0.53% -
HSV(B) 330º 0.58% 0.74% -
XYZ 28.09 18.13 24.57 -
YUV 118.16 136.94 178.53 -
System Red Green Blue C M Y K H S L
Decimal 189 79 134 0 0.58 0.29 0.26 330 0.45 0.53
Hex BD 4F 86 0 3A 1D 1A 14A 2D 35
Octal 275 117 206 0 72 35 32 512 55 65
Binary 10111101 1001111 10000110 0 111010 11101 11010 101001010 101101 110101

Color Harmonies of #BD4F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4F86

Black with #BD4F86

Text Example


Text Example

White with #BD4F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4F86; }

 p { color: rgb(189,79,134); }

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

background-color css

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

 a { background-color: rgb(189,79,134); }

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

border-color css

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

 span { border-color: rgb(189,79,134); }

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