Html Css Color HEX #BC4E8C Mulberry

📋 copy color: '#BC4E8C'

red 188 ◦ green 78 ◦ blue 140

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

Shades of Mulberry #BC4E8C

Tints of Mulberry #BC4E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.48%

R = 46.31%
G = 19.21%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC4E8C (or 0xBC4E8C) is known color: Mulberry. HEX triplet: BC, 4E and 8C. RGB value is (188,78,140). Sum of RGB (Red+Green+Blue) = 188+78+140=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 140 (55.08% from 255 or 34.48% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4E8C is #43B173. Grayscale: #757575. Windows color (decimal): -4436340 or 9195196. OLE color: 9195196.

HSL color Cylindrical-coordinate representation of color #BC4E8C: hue angle of 326.18º 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 #BC4E8C is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 78 140 -
CMYK 0 0.59 0.26 0.26
HSL 326.18º 0.45% 0.52% -
HSV(B) 326.18º 0.59% 0.74% -
XYZ 28.2 18.03 26.81 -
YUV 117.96 140.44 177.96 -
System Red Green Blue C M Y K H S L
Decimal 188 78 140 0 0.59 0.26 0.26 326.18 0.45 0.52
Hex BC 4E 8C 0 3B 1A 1A 146 2D 34
Octal 274 116 214 0 73 32 32 506 55 64
Binary 10111100 1001110 10001100 0 111011 11010 11010 101000110 101101 110100

Color Harmonies of #BC4E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E8C

Black with #BC4E8C

Text Example


Text Example

White with #BC4E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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