Html Css Color HEX #BC518D Mulberry

📋 copy color: '#BC518D'

red 188 ◦ green 81 ◦ blue 141

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

Shades of Mulberry #BC518D

Tints of Mulberry #BC518D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.76%

 BLUE value IS 141 (55.47% from 255) = 34.39%

R = 45.85%
G = 19.76%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC518D (or 0xBC518D) is known color: Mulberry. HEX triplet: BC, 51 and 8D. RGB value is (188,81,141). Sum of RGB (Red+Green+Blue) = 188+81+141=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC518D is #43AE72. Grayscale: #777777. Windows color (decimal): -4435571 or 9261500. OLE color: 9261500.

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

Color convert

RGB 188 81 141 -
CMYK 0 0.57 0.25 0.26
HSL 326.36º 0.44% 0.53% -
HSV(B) 326.36º 0.57% 0.74% -
XYZ 28.49 18.5 27.27 -
YUV 119.83 139.95 176.62 -
System Red Green Blue C M Y K H S L
Decimal 188 81 141 0 0.57 0.25 0.26 326.36 0.44 0.53
Hex BC 51 8D 0 39 19 1A 146 2C 35
Octal 274 121 215 0 71 31 32 506 54 65
Binary 10111100 1010001 10001101 0 111001 11001 11010 101000110 101100 110101

Color Harmonies of #BC518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC518D

Black with #BC518D

Text Example


Text Example

White with #BC518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC518D; }

 p { color: rgb(188,81,141); }

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

background-color css

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

 a { background-color: rgb(188,81,141); }

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

border-color css

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

 span { border-color: rgb(188,81,141); }

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