#BC056B

Color #BC056B Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #BC056B

Tints of Jazzberry Jam #BC056B

Color information

#BC056B (or 0xBC056B) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 05 and 6B. RGB value is (188,5,107). Sum of RGB (Red+Green+Blue) = 188+5+107=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC056B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC056B is #43FA94. Grayscale: #474747. Windows color (decimal): -4455061 or 7013820. OLE color: 7013820.

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

Color convert

RGB1885107-
CMYK00.970.430.26
HSL326.56º94.82%37.84%-
HSV(B)326.56º97.34%73.73%-
XYZ23.4511.8614.96-
YUV71.34148.13211.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.67%
GREEN value IS 5 (2.34% from 255) = 1.67%
BLUE value IS 107 (42.19% from 255) = 35.67%
R=62.67%
G=1.67%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188510700.970.430.26326.5694.8237.84
HexBC56B0612B1A1475f26
Octal27451530141533250713746
Binary10111100101110101101100001101011110101010001111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC056B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC056B; }

 p { color: rgb(188,5,107); }

 H1.HeaderClassName
 {
   color: #BC056B;
 }
 .AnyTagClassName
 {
   color: #BC056B;
 }
</style>
background-color css

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

 a { background-color: rgb(188,5,107); }

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

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

 span { border-color: rgb(188,5,107); }

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