Html Css Color HEX #BC5797 Mulberry

📋 copy color: '#BC5797'

red 188 ◦ green 87 ◦ blue 151

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

Shades of Mulberry #BC5797

Tints of Mulberry #BC5797

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.42%

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

R = 44.13%
G = 20.42%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC5797 (or 0xBC5797) is known color: Mulberry. HEX triplet: BC, 57 and 97. RGB value is (188,87,151). Sum of RGB (Red+Green+Blue) = 188+87+151=426 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.13% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5797 is #43A868. Grayscale: #7C7C7C. Windows color (decimal): -4434025 or 9918396. OLE color: 9918396.

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

Color convert

RGB 188 87 151 -
CMYK 0 0.54 0.20 0.26
HSL 321.98º 0.43% 0.54% -
HSV(B) 321.98º 0.54% 0.74% -
XYZ 29.73 19.74 31.52 -
YUV 124.5 142.96 173.3 -
System Red Green Blue C M Y K H S L
Decimal 188 87 151 0 0.54 0.20 0.26 321.98 0.43 0.54
Hex BC 57 97 0 36 14 1A 142 2B 36
Octal 274 127 227 0 66 24 32 502 53 66
Binary 10111100 1010111 10010111 0 110110 10100 11010 101000010 101011 110110

Color Harmonies of #BC5797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5797

Black with #BC5797

Text Example


Text Example

White with #BC5797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5797; }

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

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

background-color css

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

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

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

border-color css

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

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

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