Html Css Color HEX #BC4686 Mulberry

📋 copy color: '#BC4686'

red 188 ◦ green 70 ◦ blue 134

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

Shades of Mulberry #BC4686

Tints of Mulberry #BC4686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.86%

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

R = 47.96%
G = 17.86%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC4686 (or 0xBC4686) is known color: Mulberry. HEX triplet: BC, 46 and 86. RGB value is (188,70,134). Sum of RGB (Red+Green+Blue) = 188+70+134=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4686 is #43B979. Grayscale: #707070. Windows color (decimal): -4438394 or 8799932. OLE color: 8799932.

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

Color convert

RGB 188 70 134 -
CMYK 0 0.63 0.29 0.26
HSL 327.46º 0.47% 0.51% -
HSV(B) 327.46º 0.63% 0.74% -
XYZ 27.23 16.79 24.36 -
YUV 112.58 140.09 181.8 -
System Red Green Blue C M Y K H S L
Decimal 188 70 134 0 0.63 0.29 0.26 327.46 0.47 0.51
Hex BC 46 86 0 3F 1D 1A 147 2F 33
Octal 274 106 206 0 77 35 32 507 57 63
Binary 10111100 1000110 10000110 0 111111 11101 11010 101000111 101111 110011

Color Harmonies of #BC4686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4686

Black with #BC4686

Text Example


Text Example

White with #BC4686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4686; }

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

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

background-color css

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

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

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

border-color css

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

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

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