Html Css Color HEX #BC5497 Mulberry

📋 copy color: '#BC5497'

red 188 ◦ green 84 ◦ blue 151

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

Shades of Mulberry #BC5497

Tints of Mulberry #BC5497

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.86%

 BLUE value IS 151 (59.38% from 255) = 35.7%

R = 44.44%
G = 19.86%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC5497 (or 0xBC5497) is known color: Mulberry. HEX triplet: BC, 54 and 97. RGB value is (188,84,151). Sum of RGB (Red+Green+Blue) = 188+84+151=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 84 (33.20% from 255 or 19.86% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5497 is #43AB68. Grayscale: #7A7A7A. Windows color (decimal): -4434793 or 9917628. OLE color: 9917628.

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

Color convert

RGB 188 84 151 -
CMYK 0 0.55 0.20 0.26
HSL 321.35º 0.44% 0.53% -
HSV(B) 321.35º 0.55% 0.74% -
XYZ 29.5 19.27 31.44 -
YUV 122.73 143.96 174.55 -
System Red Green Blue C M Y K H S L
Decimal 188 84 151 0 0.55 0.20 0.26 321.35 0.44 0.53
Hex BC 54 97 0 37 14 1A 141 2C 35
Octal 274 124 227 0 67 24 32 501 54 65
Binary 10111100 1010100 10010111 0 110111 10100 11010 101000001 101100 110101

Color Harmonies of #BC5497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5497

Black with #BC5497

Text Example


Text Example

White with #BC5497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5497; }

 p { color: rgb(188,84,151); }

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

background-color css

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

 a { background-color: rgb(188,84,151); }

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

border-color css

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

 span { border-color: rgb(188,84,151); }

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