Html Css Color HEX #BC4E95 Mulberry

📋 copy color: '#BC4E95'

red 188 ◦ green 78 ◦ blue 149

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

Shades of Mulberry #BC4E95

Tints of Mulberry #BC4E95

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.8%

 BLUE value IS 149 (58.59% from 255) = 35.9%

R = 45.3%
G = 18.8%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC4E95 (or 0xBC4E95) is known color: Mulberry. HEX triplet: BC, 4E and 95. RGB value is (188,78,149). Sum of RGB (Red+Green+Blue) = 188+78+149=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4E95 is #43B16A. Grayscale: #767676. Windows color (decimal): -4436331 or 9785020. OLE color: 9785020.

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

Color convert

RGB 188 78 149 -
CMYK 0 0.59 0.21 0.26
HSL 321.27º 0.45% 0.52% -
HSV(B) 321.27º 0.59% 0.74% -
XYZ 28.89 18.31 30.45 -
YUV 118.98 144.94 177.23 -
System Red Green Blue C M Y K H S L
Decimal 188 78 149 0 0.59 0.21 0.26 321.27 0.45 0.52
Hex BC 4E 95 0 3B 15 1A 141 2D 34
Octal 274 116 225 0 73 25 32 501 55 64
Binary 10111100 1001110 10010101 0 111011 10101 11010 101000001 101101 110100

Color Harmonies of #BC4E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E95

Black with #BC4E95

Text Example


Text Example

White with #BC4E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E95; }

 p { color: rgb(188,78,149); }

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

background-color css

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

 a { background-color: rgb(188,78,149); }

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

border-color css

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

 span { border-color: rgb(188,78,149); }

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