Html Css Color HEX #BC4E8E Mulberry

📋 copy color: '#BC4E8E'

red 188 ◦ green 78 ◦ blue 142

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

Shades of Mulberry #BC4E8E

Tints of Mulberry #BC4E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.8%

R = 46.08%
G = 19.12%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC4E8E (or 0xBC4E8E) is known color: Mulberry. HEX triplet: BC, 4E and 8E. RGB value is (188,78,142). Sum of RGB (Red+Green+Blue) = 188+78+142=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4E8E is #43B171. Grayscale: #767676. Windows color (decimal): -4436338 or 9326268. OLE color: 9326268.

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

Color convert

RGB 188 78 142 -
CMYK 0 0.59 0.24 0.26
HSL 325.09º 0.45% 0.52% -
HSV(B) 325.09º 0.59% 0.74% -
XYZ 28.35 18.09 27.59 -
YUV 118.19 141.44 177.8 -
System Red Green Blue C M Y K H S L
Decimal 188 78 142 0 0.59 0.24 0.26 325.09 0.45 0.52
Hex BC 4E 8E 0 3B 18 1A 145 2D 34
Octal 274 116 216 0 73 30 32 505 55 64
Binary 10111100 1001110 10001110 0 111011 11000 11010 101000101 101101 110100

Color Harmonies of #BC4E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E8E

Black with #BC4E8E

Text Example


Text Example

White with #BC4E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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