Html Css Color HEX #BC519B Mulberry

📋 copy color: '#BC519B'

red 188 ◦ green 81 ◦ blue 155

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

Shades of Mulberry #BC519B

Tints of Mulberry #BC519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.56%

R = 44.34%
G = 19.1%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC519B (or 0xBC519B) is known color: Mulberry. HEX triplet: BC, 51 and 9B. RGB value is (188,81,155). Sum of RGB (Red+Green+Blue) = 188+81+155=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC519B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC519B is #43AE64. Grayscale: #797979. Windows color (decimal): -4435557 or 10179004. OLE color: 10179004.

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

Color convert

RGB 188 81 155 -
CMYK 0 0.57 0.18 0.26
HSL 318.5º 0.44% 0.53% -
HSV(B) 318.5º 0.57% 0.74% -
XYZ 29.6 18.94 33.11 -
YUV 121.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 188 81 155 0 0.57 0.18 0.26 318.5 0.44 0.53
Hex BC 51 9B 0 39 12 1A 13F 2C 35
Octal 274 121 233 0 71 22 32 477 54 65
Binary 10111100 1010001 10011011 0 111001 10010 11010 100111111 101100 110101

Color Harmonies of #BC519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC519B

Black with #BC519B

Text Example


Text Example

White with #BC519B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC519B; }

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

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

background-color css

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

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

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

border-color css

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

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

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