Html Css Color HEX #BC5291 Mulberry

📋 copy color: '#BC5291'

red 188 ◦ green 82 ◦ blue 145

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

Shades of Mulberry #BC5291

Tints of Mulberry #BC5291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.76%

 BLUE value IS 145 (57.03% from 255) = 34.94%

R = 45.3%
G = 19.76%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC5291 (or 0xBC5291) is known color: Mulberry. HEX triplet: BC, 52 and 91. RGB value is (188,82,145). Sum of RGB (Red+Green+Blue) = 188+82+145=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5291 is #43AD6E. Grayscale: #787878. Windows color (decimal): -4435311 or 9523900. OLE color: 9523900.

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

Color convert

RGB 188 82 145 -
CMYK 0 0.56 0.23 0.26
HSL 324.34º 0.44% 0.53% -
HSV(B) 324.34º 0.56% 0.74% -
XYZ 28.87 18.77 28.89 -
YUV 120.88 141.62 175.88 -
System Red Green Blue C M Y K H S L
Decimal 188 82 145 0 0.56 0.23 0.26 324.34 0.44 0.53
Hex BC 52 91 0 38 17 1A 144 2C 35
Octal 274 122 221 0 70 27 32 504 54 65
Binary 10111100 1010010 10010001 0 111000 10111 11010 101000100 101100 110101

Color Harmonies of #BC5291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5291

Black with #BC5291

Text Example


Text Example

White with #BC5291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5291; }

 p { color: rgb(188,82,145); }

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

background-color css

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

 a { background-color: rgb(188,82,145); }

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

border-color css

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

 span { border-color: rgb(188,82,145); }

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