Html Css Color HEX #BC518A Mulberry

📋 copy color: '#BC518A'

red 188 ◦ green 81 ◦ blue 138

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

Shades of Mulberry #BC518A

Tints of Mulberry #BC518A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 46.19%
G = 19.9%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC518A (or 0xBC518A) is known color: Mulberry. HEX triplet: BC, 51 and 8A. RGB value is (188,81,138). Sum of RGB (Red+Green+Blue) = 188+81+138=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC518A is #43AE75. Grayscale: #777777. Windows color (decimal): -4435574 or 9064892. OLE color: 9064892.

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

Color convert

RGB 188 81 138 -
CMYK 0 0.57 0.27 0.26
HSL 328.04º 0.44% 0.53% -
HSV(B) 328.04º 0.57% 0.74% -
XYZ 28.27 18.41 26.11 -
YUV 119.49 138.45 176.87 -
System Red Green Blue C M Y K H S L
Decimal 188 81 138 0 0.57 0.27 0.26 328.04 0.44 0.53
Hex BC 51 8A 0 39 1B 1A 148 2C 35
Octal 274 121 212 0 71 33 32 510 54 65
Binary 10111100 1010001 10001010 0 111001 11011 11010 101001000 101100 110101

Color Harmonies of #BC518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC518A

Black with #BC518A

Text Example


Text Example

White with #BC518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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