Html Css Color HEX #BC4C86 Mulberry

📋 copy color: '#BC4C86'

red 188 ◦ green 76 ◦ blue 134

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

Shades of Mulberry #BC4C86

Tints of Mulberry #BC4C86

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.1%

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

R = 47.24%
G = 19.1%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC4C86 (or 0xBC4C86) is known color: Mulberry. HEX triplet: BC, 4C and 86. RGB value is (188,76,134). Sum of RGB (Red+Green+Blue) = 188+76+134=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 76 (30.08% from 255 or 19.10% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4C86 is #43B379. Grayscale: #737373. Windows color (decimal): -4436858 or 8801468. OLE color: 8801468.

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

Color convert

RGB 188 76 134 -
CMYK 0 0.60 0.29 0.26
HSL 328.93º 0.46% 0.52% -
HSV(B) 328.93º 0.6% 0.74% -
XYZ 27.63 17.58 24.49 -
YUV 116.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 188 76 134 0 0.60 0.29 0.26 328.93 0.46 0.52
Hex BC 4C 86 0 3C 1D 1A 149 2E 34
Octal 274 114 206 0 74 35 32 511 56 64
Binary 10111100 1001100 10000110 0 111100 11101 11010 101001001 101110 110100

Color Harmonies of #BC4C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4C86

Black with #BC4C86

Text Example


Text Example

White with #BC4C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4C86; }

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

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

background-color css

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

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

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

border-color css

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

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

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