#BC056A

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

Shades of Jazzberry Jam #BC056A

Tints of Jazzberry Jam #BC056A

Color information

#BC056A (or 0xBC056A) is unknown color: approx Jazzberry Jam. HEX triplet: BC, 05 and 6A. RGB value is (188,5,106). Sum of RGB (Red+Green+Blue) = 188+5+106=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC056A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC056A is #43FA95. Grayscale: #474747. Windows color (decimal): -4455062 or 6948284. OLE color: 6948284.

HSL color Cylindrical-coordinate representation of color #BC056A: hue angle of 326.89º 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 #BC056A is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB1885106-
CMYK00.970.440.26
HSL326.89º94.82%37.84%-
HSV(B)326.89º97.34%73.73%-
XYZ23.3911.8414.69-
YUV71.23147.63211.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 62.88%
GREEN value IS 5 (2.34% from 255) = 1.67%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=62.88%
G=1.67%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188510600.970.440.26326.8994.8237.84
HexBC56A0612C1A1475f26
Octal27451520141543250713746
Binary10111100101110101001100001101100110101010001111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC056A; }

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

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

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

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

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

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

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

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