Html Css Color HEX #BC599C Mulberry

📋 copy color: '#BC599C'

red 188 ◦ green 89 ◦ blue 156

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

Shades of Mulberry #BC599C

Tints of Mulberry #BC599C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.55%

 BLUE value IS 156 (61.33% from 255) = 36.03%

R = 43.42%
G = 20.55%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC599C (or 0xBC599C) is known color: Mulberry. HEX triplet: BC, 59 and 9C. RGB value is (188,89,156). Sum of RGB (Red+Green+Blue) = 188+89+156=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC599C is #43A663. Grayscale: #7E7E7E. Windows color (decimal): -4433508 or 10246588. OLE color: 10246588.

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

Color convert

RGB 188 89 156 -
CMYK 0 0.53 0.17 0.26
HSL 319.39º 0.42% 0.54% -
HSV(B) 319.39º 0.53% 0.74% -
XYZ 30.31 20.24 33.76 -
YUV 126.24 144.8 172.05 -
System Red Green Blue C M Y K H S L
Decimal 188 89 156 0 0.53 0.17 0.26 319.39 0.42 0.54
Hex BC 59 9C 0 35 11 1A 13F 2A 36
Octal 274 131 234 0 65 21 32 477 52 66
Binary 10111100 1011001 10011100 0 110101 10001 11010 100111111 101010 110110

Color Harmonies of #BC599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC599C

Black with #BC599C

Text Example


Text Example

White with #BC599C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC599C; }

 p { color: rgb(188,89,156); }

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

background-color css

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

 a { background-color: rgb(188,89,156); }

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

border-color css

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

 span { border-color: rgb(188,89,156); }

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