Html Css Color HEX #BC5095 Mulberry

📋 copy color: '#BC5095'

red 188 ◦ green 80 ◦ blue 149

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

Shades of Mulberry #BC5095

Tints of Mulberry #BC5095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.18%

 BLUE value IS 149 (58.59% from 255) = 35.73%

R = 45.08%
G = 19.18%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC5095 (or 0xBC5095) is known color: Mulberry. HEX triplet: BC, 50 and 95. RGB value is (188,80,149). Sum of RGB (Red+Green+Blue) = 188+80+149=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 80 (31.64% from 255 or 19.18% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5095 is #43AF6A. Grayscale: #777777. Windows color (decimal): -4435819 or 9785532. OLE color: 9785532.

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

Color convert

RGB 188 80 149 -
CMYK 0 0.57 0.21 0.26
HSL 321.67º 0.45% 0.53% -
HSV(B) 321.67º 0.57% 0.74% -
XYZ 29.03 18.6 30.49 -
YUV 120.16 144.28 176.39 -
System Red Green Blue C M Y K H S L
Decimal 188 80 149 0 0.57 0.21 0.26 321.67 0.45 0.53
Hex BC 50 95 0 39 15 1A 142 2D 35
Octal 274 120 225 0 71 25 32 502 55 65
Binary 10111100 1010000 10010101 0 111001 10101 11010 101000010 101101 110101

Color Harmonies of #BC5095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5095

Black with #BC5095

Text Example


Text Example

White with #BC5095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5095; }

 p { color: rgb(188,80,149); }

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

background-color css

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

 a { background-color: rgb(188,80,149); }

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

border-color css

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

 span { border-color: rgb(188,80,149); }

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