Html Css Color HEX #BC4486 Mulberry

📋 copy color: '#BC4486'

red 188 ◦ green 68 ◦ blue 134

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

Shades of Mulberry #BC4486

Tints of Mulberry #BC4486

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.44%

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

R = 48.21%
G = 17.44%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC4486 (or 0xBC4486) is known color: Mulberry. HEX triplet: BC, 44 and 86. RGB value is (188,68,134). Sum of RGB (Red+Green+Blue) = 188+68+134=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 68 (26.95% from 255 or 17.44% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4486 is #43BB79. Grayscale: #6F6F6F. Windows color (decimal): -4438906 or 8799420. OLE color: 8799420.

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

Color convert

RGB 188 68 134 -
CMYK 0 0.64 0.29 0.26
HSL 327º 0.47% 0.5% -
HSV(B) 327º 0.64% 0.74% -
XYZ 27.11 16.55 24.32 -
YUV 111.4 140.76 182.63 -
System Red Green Blue C M Y K H S L
Decimal 188 68 134 0 0.64 0.29 0.26 327 0.47 0.5
Hex BC 44 86 0 40 1D 1A 147 2F 32
Octal 274 104 206 0 100 35 32 507 57 62
Binary 10111100 1000100 10000110 0 1000000 11101 11010 101000111 101111 110010

Color Harmonies of #BC4486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4486

Black with #BC4486

Text Example


Text Example

White with #BC4486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4486; }

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

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

background-color css

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

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

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

border-color css

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

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

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