Html Css Color HEX #BC4F86 Mulberry

📋 copy color: '#BC4F86'

red 188 ◦ green 79 ◦ blue 134

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

Shades of Mulberry #BC4F86

Tints of Mulberry #BC4F86

RGB

 RED value IS 188 (73.83% from 255) = 46.88%

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

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

R = 46.88%
G = 19.7%
B = 33.42%

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

#BC4F86 (or 0xBC4F86) is known color: Mulberry. HEX triplet: BC, 4F and 86. RGB value is (188,79,134). Sum of RGB (Red+Green+Blue) = 188+79+134=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4F86 is #43B079. Grayscale: #757575. Windows color (decimal): -4436090 or 8802236. OLE color: 8802236.

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

Color convert

RGB 188 79 134 -
CMYK 0 0.58 0.29 0.26
HSL 329.72º 0.45% 0.52% -
HSV(B) 329.72º 0.58% 0.74% -
XYZ 27.84 18 24.56 -
YUV 117.86 137.11 178.03 -
System Red Green Blue C M Y K H S L
Decimal 188 79 134 0 0.58 0.29 0.26 329.72 0.45 0.52
Hex BC 4F 86 0 3A 1D 1A 14A 2D 34
Octal 274 117 206 0 72 35 32 512 55 64
Binary 10111100 1001111 10000110 0 111010 11101 11010 101001010 101101 110100

Color Harmonies of #BC4F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F86

Black with #BC4F86

Text Example


Text Example

White with #BC4F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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