Html Css Color HEX #BC538E Mulberry

📋 copy color: '#BC538E'

red 188 ◦ green 83 ◦ blue 142

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

Shades of Mulberry #BC538E

Tints of Mulberry #BC538E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.1%

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

R = 45.52%
G = 20.1%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC538E (or 0xBC538E) is known color: Mulberry. HEX triplet: BC, 53 and 8E. RGB value is (188,83,142). Sum of RGB (Red+Green+Blue) = 188+83+142=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC538E is #43AC71. Grayscale: #787878. Windows color (decimal): -4435058 or 9327548. OLE color: 9327548.

HSL color Cylindrical-coordinate representation of color #BC538E: hue angle of 326.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC538E is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 83 142 -
CMYK 0 0.56 0.24 0.26
HSL 326.29º 0.44% 0.53% -
HSV(B) 326.29º 0.56% 0.74% -
XYZ 28.71 18.83 27.71 -
YUV 121.12 139.79 175.7 -
System Red Green Blue C M Y K H S L
Decimal 188 83 142 0 0.56 0.24 0.26 326.29 0.44 0.53
Hex BC 53 8E 0 38 18 1A 146 2C 35
Octal 274 123 216 0 70 30 32 506 54 65
Binary 10111100 1010011 10001110 0 111000 11000 11010 101000110 101100 110101

Color Harmonies of #BC538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC538E

Black with #BC538E

Text Example


Text Example

White with #BC538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC538E; }

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

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

background-color css

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

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

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

border-color css

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

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

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