Html Css Color HEX #BC4095 Mulberry

📋 copy color: '#BC4095'

red 188 ◦ green 64 ◦ blue 149

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

Shades of Mulberry #BC4095

Tints of Mulberry #BC4095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.96%

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

R = 46.88%
G = 15.96%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BC4095 (or 0xBC4095) is known color: Mulberry. HEX triplet: BC, 40 and 95. RGB value is (188,64,149). Sum of RGB (Red+Green+Blue) = 188+64+149=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4095 is #43BF6A. Grayscale: #6E6E6E. Windows color (decimal): -4439915 or 9781436. OLE color: 9781436.

HSL color Cylindrical-coordinate representation of color #BC4095: hue angle of 318.87º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4095 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 64 149 -
CMYK 0 0.66 0.21 0.26
HSL 318.87º 0.49% 0.49% -
HSV(B) 318.87º 0.66% 0.74% -
XYZ 28 16.53 30.15 -
YUV 110.77 149.58 183.09 -
System Red Green Blue C M Y K H S L
Decimal 188 64 149 0 0.66 0.21 0.26 318.87 0.49 0.49
Hex BC 40 95 0 42 15 1A 13F 31 31
Octal 274 100 225 0 102 25 32 477 61 61
Binary 10111100 1000000 10010101 0 1000010 10101 11010 100111111 110001 110001

Color Harmonies of #BC4095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4095

Black with #BC4095

Text Example


Text Example

White with #BC4095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4095; }

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

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

background-color css

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

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

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

border-color css

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

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

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